diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-10-08 11:48:34 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-10-08 12:07:15 +0200 |
commit | c184cf1bda7a8a5d1cd489fb8080d2ee507611de (patch) | |
tree | 220770e6930f70d3b9ba8f61441aa96cc384fc5e /Changelog.md | |
parent | 15c39f44fb16ca5e16b522b32eea79b4f73193c3 (diff) |
Fix get executions JSON parsing error.
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I1ee1c070cc0c97eebfad5cdb5e737d8136631cbf
Issue-ID: VNFSDK-697
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 698057f3..14147cc7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,3 +11,7 @@ All notable changes to this project will be documented in this file. - https://jira.onap.org/browse/VNFSDK-650 ## [1.6.1] + +### Fix +- Fix JSON parsing error returned from GET request + - https://jira.onap.org/browse/VNFSDK-697 |