From 2310761946f9feb6c36e11409005c13cc784d251 Mon Sep 17 00:00:00 2001 From: Yves Peter Date: Wed, 17 Jan 2018 08:29:59 +0100 Subject: [PATCH] release-changelog.md for v1.16.1 --- release-changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/release-changelog.md b/release-changelog.md index 536172523..c21529375 100644 --- a/release-changelog.md +++ b/release-changelog.md @@ -1,3 +1,14 @@ +# v1.16.1 +This release contains bug fixes and one new feature. + +## New featrue +* Rest: multiple permissions in one post [#258](https://github.com/liimaorg/liima/issues/258) + * Preparation for the new create permission GUI: Permission GUI: make it simple to create multiple permissions [#259](https://github.com/liimaorg/liima/issues/259) + +## Bug fixes +* Add relation REST endpoint throws NullPointer exception [#320](https://github.com/liimaorg/liima/issues/320) +* Error: "Was not able to decrypt properties" after setting encrypted property over REST [#322](https://github.com/liimaorg/liima/issues/322) + # v1.16.0 This release adds some new features, fixes bugs and updates the used JavaScript libraries. Highlight is the new configuration overview that shows where on a resource properties have been overwritten.