From f08bf0a4169e1f0ac526d9a0e6829f347934527d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 26 Sep 2021 22:57:40 +0200 Subject: [PATCH] Update yangtools release notes Correct the memory estimate and mention the ability to retain statement source references. Change-Id: I7ec877cee6eb6afae4d9da3a97aa1853db383ae1 Signed-off-by: Robert Varga --- docs/release-notes/projects/yangtools.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/projects/yangtools.rst b/docs/release-notes/projects/yangtools.rst index eb6c0058e..93492790d 100644 --- a/docs/release-notes/projects/yangtools.rst +++ b/docs/release-notes/projects/yangtools.rst @@ -13,9 +13,12 @@ YANG parser will no longer take into account ``extension`` statements it does no 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 +YANG parser's memory efficiency has been improved by about 15-20% on service-provider-grade device models. +YANG parser can now be configured to retain information about statement declaration, making it +useful for IDEs and similar tools. + New Features ============ No new features. -- 2.36.6