From 3840fabcc014fce059547db0fc24187cf1734acb Mon Sep 17 00:00:00 2001 From: Yves Peter Date: Thu, 3 Sep 2020 09:04:07 +0200 Subject: [PATCH] =?UTF-8?q?update=20release-changelog.md=20for=201.17.17?= =?UTF-8?q?=C2=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-changelog.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/release-changelog.md b/release-changelog.md index f6c167d10..5a35131f7 100644 --- a/release-changelog.md +++ b/release-changelog.md @@ -1,5 +1,13 @@ +# v1.17.17 +This release fixes a NullPointer and cleans up some java dependencies. + +## Bug fixes +* Fix a bug in GET `AMW_rest/resources/deployments/filter` that leads to a NullPointer when a runtime was deleted: [#572](https://github.com/liimaorg/liima/pull/572) +* Remove PowerMockito [#568](https://github.com/liimaorg/liima/issues/568) +* Update to Commons Lang 3 [#565](https://github.com/liimaorg/liima/issues/565) + # v1.17.16 -With this release Liima is build using JDK 11 and is required to run it. We now use the Angular cli to simplify updates and switched to Angular 10. +With this release Liima is built using JDK 11 and is required to run it. We now use the Angular cli to simplify updates and switched to Angular 10. ## Bug fixes * Switch to angular cli [#512](https://github.com/liimaorg/liima/pull/512)