From f878ffc01b1ac9a2e6542bcfc129a2382348c1be Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 5 Nov 2020 13:53:22 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4f4a43f..1c3ab41b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ Editor + - Disable 'use strict' checking in Function node Fixes #2743 + - Add gray/grey alternate options for status - Handle import errors on initial load and report to user - Only apply recovery tab on initial load Fixes #2731 - Reinstate coveralls reporting to travis build + - Update Japanese message catalogue for 1.2.3 release #2747 (@HiroyasuNishiyama) Runtime @@ -12,6 +15,7 @@ Runtime - Add mutex lock to saveSettings storage call Fixes #2736 (#2737) - Migrate to nyc instead of istanbul for code coverage - Move mosca to ui-test-dependencies + - Remove " from npm install prefix option ### 1.2.2: Maintenance Release