From ec6fc751c0524ed547cbd0d3b13be251949a5e70 Mon Sep 17 00:00:00 2001 From: abrighton <78px3WT5s> Date: Sat, 21 Mar 2020 20:57:42 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf4eea1..5c7a43c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log All notable changes to this project will be documented in this file. +## [ICD v1.1.0] - 2020-03-21 + +### Changed + +- For modelVersion = "2.0": Removed the "prefix" setting from component-model.conf, + since after changes in CSW, prefix is always just $subsystem.$component + (Component names can contain dots and spaces, except leading or trailing) + +- For modelVersion = "2.0": Component names can no longer contain a dash "-" (to match changes in CSW) + +- Fixed an issue where the version of the second subsystem in an ICD was ignored + +- Fixed an issue where after renaming a component, the old name could show up + ## [ICD v1.0.2] - 2020-03-06 ### Changed