Skip to content

Commit 358282d

Browse files
committed
doc UPDATE updated transition page
1 parent c574ce3 commit 358282d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/transition_3_4.dox

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
1717
* getting the actual plugin structures. Finally, some new callbacks were required for extension-instance plugins
1818
* so that they can be printed with the context as well.
1919
*
20-
* Other notable changes include major LYB binary data format optimizations and extension plugin API improvements to
21-
* account for custom XPath root definitions. The compiled should report all the NBC changes and they should be
22-
* explained in the documentation of the corresponding changed functions.
20+
* Other notable changes include major LYB binary data format optimizations. The effect in API is that wherever a size
21+
* of a value is required, it is now expected in bits instead of bytes. Next, there are extension plugin API
22+
* improvements to account for custom XPath root definitions. Then, obsolete nodes are not compiled and cannot be
23+
* instantiated in data by default but can be if requested by a context flag. Finally, the "default" metadata instance
24+
* connected to the `ietf-netconf-with-defaults` YANG module is now in the proper namespace, which is not the namespace
25+
* of this module. Other minor NBC changes should be reported by the compilator and they should be explained in the
26+
* documentation of the corresponding changed functions.
2327
*
2428
* The complete generated list of changes (without any additional notes) can be found in
2529
* <a href="../compat_report_3_4.html">the compatibility report</a>.

0 commit comments

Comments
 (0)