* Fixed: [clixon_netconf errors on client XML Declaration with valid encoding spec](https://github.com/clicon/clixon/issues/250)

This commit is contained in:
Olof hagsand 2021-08-05 21:44:52 +02:00
parent b200361620
commit e780ed963b
2 changed files with 5 additions and 0 deletions

View file

@ -57,6 +57,7 @@ Users may have to change how they access the system
### Corrected Bugs
* Fixed: [clixon_netconf errors on client XML Declaration with valid encoding spec](https://github.com/clicon/clixon/issues/250)
* Fixed: Yang patterns: \n and other non-printable characters were broken
* Example: Clixon interpereted them two characters: `\\ n` instead of ascii 10
* Fixed: The auto-cli identityref did not expand identities in grouping/usecases properly.