* Corrected problem with namespace context cache, was not always cleared when adding new subtrees.

This commit is contained in:
Olof hagsand 2019-08-08 11:29:01 +02:00
parent aa14f8ac2c
commit bb2eaa3cc7
4 changed files with 25 additions and 0 deletions

View file

@ -47,6 +47,7 @@
* pseudo-plugin added, to enable callbacks also for main programs. Useful for extensions
### Corrected Bugs
* Corrected problem with namespace context cache, was not always cleared when adding new subtrees.
* Corrected CLI bug with lists of multiple keys (netconf/restconf works).
* Worked in 3.10, but broke in 4.0
* Example: `yang list x { key "a b";...}`