Restconf returns error when RPC generates "ok" reply [https://github.com/clicon/clixon/issues/69]

This commit is contained in:
Olof hagsand 2019-01-18 20:55:30 +01:00
parent 66f80e9304
commit 906b93cae0
3 changed files with 17 additions and 3 deletions

View file

@ -134,6 +134,7 @@
* <!DOCTYPE (ie DTD) is not supported.
### Corrected Bugs
* Restconf returns error when RPC generates "ok" reply [https://github.com/clicon/clixon/issues/69]
* xsd regular expression support for character classes [https://github.com/clicon/clixon/issues/68]
* added support for \c, \d, \w, \W, \s, \S.
* Removing newlines from XML data [https://github.com/clicon/clixon/issues/65]