Promote Ivan Hraško to a project lead
[docs.git] / docs / release-notes / projects / yangtools.rst
1 ==========
2 YANG Tools
3 ==========
4
5 Overview
6 ========
7 YANG Tools provides a set of libraries to deal with YANG models and data modeled using them.
8
9 Behavior/Feature Changes
10 ========================
11 The mapping of YANG augmentations in ``yang-data-api`` has changed. Where previously these have
12 been supported by ``AugmetationNode`` and addressable via ``AugmentationIdentifier``, any augmented
13 nodes are now direct children of their ``data tree`` parent nodes.
14
15 ``YangTextSchemaSource`` is now a ``CharSource`` rather than a ``ByteSource``. This eliminates ambiguity
16 and assumptions made on the text encoding character set, pushing the responsibility down to users
17 introducing schema sources into the system.
18
19 New Features
20 ============
21 No new features.
22
23 Removed Features
24 ================
25 No removed features.
26
27 Deprecated Features
28 ===================
29 No deprecated features.
30
31 Resolved Issues
32 ===============
33 The following table lists the issues resolved in this release.
34
35 .. jira_fixed_issues::
36    :project: YANGTOOLS
37    :versions: 12.0.0-13.0.2
38
39 Known Issues
40 ============
41 The following table lists the known issues that exist in this release.
42
43 .. jira_known_issues::
44    :project: YANGTOOLS
45    :versions: 12.0.0-13.0.2