From 11d56e6e2e104646fbd1ce685ce0c9099dac23cd Mon Sep 17 00:00:00 2001 From: tomgreenfield Date: Thu, 7 Nov 2019 10:56:32 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f01093ad41..92c71646f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the Adapt authoring tool are documented in this file. **IMPORTANT**: For information on how to **correctly and safely** update your installation, please consult **INSTALL.md**.
_Note that we adhere to the [semantic versioning](http://semver.org/) scheme for release numbering._ -## [0.10.2] - 2019-11-XX +## [0.10.2] - 2019-11-11 Bugfix release. @@ -14,6 +14,7 @@ Bugfix release. - Cannot update plugin via the UI ([#2455](https://github.com/adaptlearning/adapt_authoring/issues/2455)) - Install script hangs when installing legacy framework ([#2457](https://github.com/adaptlearning/adapt_authoring/issues/2457)) - Input box briefly fills screen when enering tags in asset upload modal ([#2460](https://github.com/adaptlearning/adapt_authoring/issues/2460)) +- Extensions go missing from components ([#2467](https://github.com/adaptlearning/adapt_authoring/issues/2467)) ### Added - Upgrade script should check for compatible framework updates ([#2307](https://github.com/adaptlearning/adapt_authoring/issues/2307))