Merge "Add yangtools release notes"
authorLuis Gomez <ecelgp@gmail.com>
Sun, 26 Sep 2021 19:32:07 +0000 (19:32 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 26 Sep 2021 19:32:07 +0000 (19:32 +0000)
docs/release-notes/projects/yangtools.rst [new file with mode: 0644]

diff --git a/docs/release-notes/projects/yangtools.rst b/docs/release-notes/projects/yangtools.rst
new file mode 100644 (file)
index 0000000..eb6c005
--- /dev/null
@@ -0,0 +1,43 @@
+==========
+YANG Tools
+==========
+
+Overview
+========
+
+YANG Tools provides a set of libraries to deal with YANG models and data modeled using them.
+
+Behavior/Feature Changes
+========================
+YANG parser will no longer take into account ``extension`` statements it does not recognize
+through the appropriate support class. This may affect tools relying on our previous misguided
+attempts to interpret their meaning.
+
+YANG parser's memory efficiency has been improved by about 15% on service-provider-grade device
+models.
+
+New Features
+============
+No new features.
+
+Deprecated Features
+===================
+Code generation plugin APIs for ``yang-maven-plugin`` contained in the ``yang-maven-plugin-spi``
+artifact are deprecated and will be removed in the next major release. Their replacement live
+in maven-agnostic ``plugin-generator-api``.
+
+Resolved Issues
+===============
+The following table lists the issues resolved in this release.
+
+.. jira_fixed_issues::
+   :project: YANGTOOLS
+   :versions: 7.0.0-7.0.8
+
+Known Issues
+============
+The following table lists the known issues that exist in this release.
+
+.. jira_known_issues::
+   :project: YANGTOOLS
+   :versions: 7.0.0-7.0.8