From 635263dc95c106c658b873e770a609c55f32f5a9 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 26 Sep 2018 22:52:17 -0400 Subject: [PATCH] Update changelog. Signed-off-by: Roberto Rosario --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 0ae59b2fb4..de73e72753 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,9 @@ * Add support for changing the concurrency of the Celery workers in the Docker image. Add environment variables MAYAN_WORKER_FAST_CONCURRENCY, MAYAN_WORKER_MEDIUM_CONCURRENCY and MAYAN_WORKER_SLOW_CONCURRENCY. +* Add latest translation updates. +* Fixes a few text typos. +* Documentation updates in the deployment and docker chapters. 3.1.2 (2018-09-21) ==================