* Fixed: [Keywords containing '-' hyphen are missing from the auto-completion list](https://github.com/clicon/clixon/issues/330)

* Fixed by disabling `cligen_preference_mode`. This may have other side effects.
This commit is contained in:
Olof hagsand 2022-05-12 14:54:53 +02:00
parent 0c81b66ef3
commit 9cbe313712
2 changed files with 9 additions and 2 deletions

View file

@ -123,6 +123,8 @@ Users may have to change how they access the system
### Corrected Bugs
* Fixed: [Keywords containing '-' hyphen are missing from the auto-completion list](https://github.com/clicon/clixon/issues/330)
* Fixed by disabling `cligen_preference_mode`. This may have other side effects.
* Fixed: [Returning a string while Querying leaf-list for single entry](https://github.com/clicon/clixon/issues/326)
* Fixed: A long TLS+HTTP/2 request such as by a browser causing block of other requests.
* Fixed: [Error message seen twice in some cases](https://github.com/clicon/clixon/issues/325)