You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/transition_4_5.dox
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@
34
34
* lyd_new_ext_path() | - | ^
35
35
* lyd_new_ext_term() | - | ^
36
36
* lys_getnext_ext() | - | ^
37
-
* lyd_validate_ext() | lyd_validate_ext() | Function remained but should be used only by extension plugin callbacks. For ext data validation standard functions should be used.
37
+
* lyd_validate_ext() | lyd_validate_ext() | Function remained but should be used only by extension plugin callbacks. For ext data validation the standard functions should be used.
38
+
* lyd_new_term_bin() | lyd_new_term() with ::LYD_NEW_VAL_CANON | Binary format of values required special considerations and was prone to errors. Using the canonical string value should have similar efficiency because it always had had to be generated from the binary values. |
38
39
*
39
40
*
40
41
* The complete generated list of changes (without any additional notes) can be found in
0 commit comments