diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-08-18 13:31:29 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-08-20 07:15:03 +0200 |
commit | 7be0ab69d0828950c1601566ae9857a104e7124d (patch) | |
tree | faf4e99b60317ccc1d22c08f35ee72998e776d16 /Changelog.md | |
parent | e937fd80bf7b33e1dc900dd0ecce6dfcddaacf7d (diff) |
Wrap exceptions connected with Yaml parsing in order to send them as validation error.
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Iae6c0948746bb903945de1796b6f42952d4072ba
Issue-ID: VNFSDK-644
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 a179ffc..a60747e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -61,3 +61,7 @@ All notable changes to this project will be documented in this file. ## [1.2.11] + +## Fixed +- Fixed rule R816745 that wasn't sending all exceptions connected with YAML parsing as validation error + - https://jira.onap.org/browse/VNFSDK-644 |