We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ae067 commit f13f3b6Copy full SHA for f13f3b6
README.md
@@ -14,6 +14,12 @@ providing API) in C. The library is used e.g. in [libnetconf2](https://github.co
14
If you are interested in future plans announcements, please subscribe to the
15
[Future Plans issue](https://github.com/CESNET/libyang/issues/880).
16
17
+## Migration from libyang version 1 or older
18
+
19
+Look into the documentation and the section `Transition Manual`. That should help with basic migration and the
20
+ability to compile a project. But to actually make use of the new features, it is required to read through
21
+the whole documentation and the API.
22
23
## Provided Features
24
25
* Parsing (and validating) schemas in YANG format.
0 commit comments