From 47ef0bc02da3095e5fdd815909fd17cbac818603 Mon Sep 17 00:00:00 2001 From: ygorelik Date: Tue, 2 Apr 2019 11:27:52 -0700 Subject: [PATCH] Resolved documentation issue #907 --- CHANGES.md | 3 +++ sdk/python/CHANGES.md | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 874e466ab..5e8bc624e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,9 @@ ##### Note The solution for GitHub issue ([#891](https://github.com/CiscoDevNet/ydk-gen/issues/891)) changed model API. However all model bundles generated with YDK-Gen version 0.7.3 and later are still compatible with core YDK components. +#### Documentation improvements + Addressed multiple documentation issues: + * README file for YDK-Py repo is not rendering correctly ([#907](https://github.com/CiscoDevNet/ydk-gen/issues/907)) ### 2019-03-15 version 0.8.2 diff --git a/sdk/python/CHANGES.md b/sdk/python/CHANGES.md index 27c09213e..519372dd0 100644 --- a/sdk/python/CHANGES.md +++ b/sdk/python/CHANGES.md @@ -4,6 +4,7 @@ * YDK netconf read fails when tag has namespace prefix ([#799](https://github.com/CiscoDevNet/ydk-gen/issues/799)) * YDK return value of YANG action missing some attributes ([#871](https://github.com/CiscoDevNet/ydk-gen/issues/871)) * Duplicate code in generated cisco-ios-xe Go bundle ([#891](https://github.com/CiscoDevNet/ydk-gen/issues/891)) + * README file for YDK-Py repo is not rendering correctly ([#907](https://github.com/CiscoDevNet/ydk-gen/issues/907)) ##### Note The solution for GitHub issue ([#891](https://github.com/CiscoDevNet/ydk-gen/issues/891)) changed model API. However all model bundles generated with YDK-Gen version 0.7.3 and later are still compatible with core YDK components.