From fe766d46eb7d97bc9758418b46d9bf9a8e419e33 Mon Sep 17 00:00:00 2001 From: "M. Sonntag" Date: Fri, 23 Nov 2018 16:28:42 +0100 Subject: [PATCH] [CHANGELOG] Add new version notes --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338ec97..59a0b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ until the next release. # Latest changes in master +... + +# Version 1.4.2 + +## Implementing core odml library changes +The core odml library deprecated `Property.value` in favor of +the newly added attribute `Property.values`. These changes +have been introduced in odml-ui as well. + ## Edit terminology values fixes In some cases the values of terminology loaded Properties could not @@ -19,6 +28,7 @@ are checked and modified in case the "pseudo_value" attribute is missing. properly deactivated. See #90. - The PropertyView is now properly reset when the last Section is removed from a Document making sure there are no stale leftover Properties on display. +- Fixes errors on 'Undo' and 'Redo' when adding or removing Values. # Version 1.4.1