IXCobraConnection / pdu handlers can crash if they receive json data which is not an object

This commit is contained in:
Benjamin Sergeant
2019-09-05 20:24:42 -07:00
parent 3e3f7171fc
commit 5e94791b13
2 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [6.0.1] - 2019-09-05
- IXCobraConnection / pdu handlers can crash if they receive json data which is not an object
## [6.0.0] - 2019-09-04
- all client autobahn test should pass !