Add config and rmr UTs back, fix exception memory free
Take configuration and rmr unit tests back into use after fixing the
tests. Improve earlier memory leak fix what was done in the version
3.0.0 to free memory also in a case when python exception has been
thrown.
Issue-Id: RIC-865
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I2a6708fe3dd10d7fea8b5fb5ead8fd895d6826bd
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 13ed41f..2a40b55 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -10,6 +10,11 @@
The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
and this project adheres to `Semantic Versioning <http://semver.org/>`__.
+[3.0.1] - 2021-12-07
+--------------------
+* Take configuration and rmr unit tests back into use after fixing the tests (`RIC-865 <https://jira.o-ran-sc.org/browse/RIC-865>`_)
+* Improve memory leak fix done in the version 3.0.0 to free memory also if python exception has been thrown.
+
[3.0.0] - 2021-12-03
--------------------
* Upgrade to RMR version 4.8.0 to fix memory leak in get_constants() function (`RIC-858 <https://jira.o-ran-sc.org/browse/RIC-858>`_)