Correct release notes in RTD index
The title in the index was incorrect. The release notes are
now generated from the CHANGES log.
Issue-ID: RIC-148
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Id648e7e9c9c3aed4f4e0e10e127f5bdb89016b47
diff --git a/docs/index.rst b/docs/index.rst
index 37eb834..d4fc51f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,12 +14,14 @@
.. toctree::
:maxdepth: 1
:caption: Documents:
+ :titlesonly:
user-guide.rst
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
:caption: Misc:
+ :titlesonly:
rel-notes.rst
diff --git a/docs/rel-notes.rst b/docs/rel-notes.rst
index 2bb881c..d622981 100644
--- a/docs/rel-notes.rst
+++ b/docs/rel-notes.rst
@@ -1,14 +1,31 @@
+============================================================================================
+Release Notes
+============================================================================================
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. SPDX-License-Identifier: CC-BY-4.0
-.. CAUTION: this document is generated from source in doc/src/rtd.
-.. To make changes edit the source and recompile the document.
-.. Do NOT make changes directly to .rst or .md files.
+C++ Framework Release Notes
+===========================
-RIC xAPP C++ Framework
-======================
+The following is a list of release highlights for the C++
+xAPP Framework.
-2020 April 22 Version 1.0.0
- Initial release
+Bronze Release
+==============
+
+
+
+2020 April 28; version 1.0.0
+----------------------------
+
+Bump version to force package build (old CI version added
+incorrect install prefix). Bump to 1.0.0 for release.
+
+
+
+2020 March 27; version 0.1.2
+----------------------------
+
+Changes identified by sonar (missing copy/move builders)
+rmr_dump example programme Improvements to code for better
+test coverage