diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2017-11-21 15:03:21 -0800 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2017-11-21 15:05:09 -0800 |
commit | 3ca5a8c837b246c74a254065e08f3b348c2a9af8 (patch) | |
tree | 4c2bc65cfc0fd7f8a76336ed1202d7e67e6811ca | |
parent | 3b4294c9f4f5df133bb7063e901629ebdef69f27 (diff) |
Fix typos and format in Release Notes
Change-Id: I451cd35ce21d019e6c7b374f2a71996a639e1266
Issue-ID: DOC-204
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
-rw-r--r-- | docs/javatoscachecker/release-notes/release-notes.rst | 20 | ||||
-rw-r--r-- | docs/nfvparser/release-notes/release-notes.rst | 16 |
2 files changed, 20 insertions, 16 deletions
diff --git a/docs/javatoscachecker/release-notes/release-notes.rst b/docs/javatoscachecker/release-notes/release-notes.rst index 15eb977..ff5822b 100644 --- a/docs/javatoscachecker/release-notes/release-notes.rst +++ b/docs/javatoscachecker/release-notes/release-notes.rst @@ -3,31 +3,33 @@ .. Copyright 2017 AT&T Intellectual Property. All rights reserved. -Java TOSCA Checker Release Notes -======================== - +Modeling Java TOSCA Checker Release Notes +========================================= Version: 1.0.0 -------------- - :Release Date: 2017-11-16 **New Features** - Initial release of javatoscachcker for Open Network Automation Platform (ONAP) + +Initial release of javatoscachcker for Open Network Automation Platform (ONAP) **Bug Fixes** - - `MODELING-16 <https://jira.onap.org/browse/MODELING-16>`_ Remove duplicate eror messages in data evaluation - - `MODELING-26 <https://jira.onap.org/browse/MODELING-26>`_ Add unit tests. + +- `MODELING-16 <https://jira.onap.org/browse/MODELING-16>`_ Remove duplicate eror messages in data evaluation +- `MODELING-26 <https://jira.onap.org/browse/MODELING-26>`_ Add unit tests **Known Issues** - None + +None **Upgrade Notes** - None + +None **Other** diff --git a/docs/nfvparser/release-notes/release-notes.rst b/docs/nfvparser/release-notes/release-notes.rst index 6263188..74d8e34 100644 --- a/docs/nfvparser/release-notes/release-notes.rst +++ b/docs/nfvparser/release-notes/release-notes.rst @@ -3,25 +3,27 @@ .. Copyright 2017 AT&T Intellectual Property. All rights reserved. -NFV Parser Release Notes -======================== +Modeling NFV Parser Release Notes +================================= -Version: x.y.z +Version: 1.0.0 -------------- -:Release Date: 2017-10-15 +:Release Date: 2017-10-16 **New Features** - Initial release of nfvparser for Open Network Automation Platform (ONAP) + +Initial release of nfvparser for Open Network Automation Platform (ONAP) **Bug Fixes** - - `MODELING-23 <https://jira.onap.org/browse/MODELING-23>`_ Sync code for nfv-toscaprser. - - `MODELING-24 <https://jira.onap.org/browse/MODELING-24>`_ Add coverage test item for tox. + +- `MODELING-23 <https://jira.onap.org/browse/MODELING-23>`_ Sync code for nfv-toscaprser. +- `MODELING-24 <https://jira.onap.org/browse/MODELING-24>`_ Add coverage test item for tox. **Known Issues** None |