From 43a05f624a8c16f4ae4ed50632f56308c8dbd158 Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Mon, 2 Dec 2019 12:35:01 +0100 Subject: [PATCH] updates changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd19e3a4..0cce90749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Updated moment-timezone - Added freeCAD files as default allowed extensions - Fix a bug: unable to remove the picture from a training +- Fix a bug: replaces all Time.now by DateTime.current to prevent time zones issues [Taiga#134] - Fix a security issue: updated loofah to fix [CVE-2019-15587](https://github.com/advisories/GHSA-c3gv-9cxf-6f57) - Fix a security issue: updated angular to 1.7.9 to fix [CVE-2019-10768](https://github.com/advisories/GHSA-89mq-4x47-5v83) - [TODO DEPLOY] add the `SLOT_DURATION` environment variable (see [doc/environment.md](doc/environment.md#SLOT_DURATION) for configuration details)