Skip to content

Commit 01e29e0

Browse files
committed
doc UPDATE mention API bin value removal
1 parent 818774b commit 01e29e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/transition_4_5.dox

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
* lyd_new_ext_path() | - | ^
3535
* lyd_new_ext_term() | - | ^
3636
* 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. |
3839
*
3940
*
4041
* The complete generated list of changes (without any additional notes) can be found in

0 commit comments

Comments
 (0)