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.