Fixes and enhancements:
* now allows for RMR Xapps to call code before entering the infinite loop
* stop is now called before throwing NotImplemented in the case where the client fails to provide a must have callback; this ensures there is no dangling rmr thread
* stop now calls rmr_close to correctly free up any port(s)
* (breaking) renames `loop` to `entrypoint` since the function does not have to contain a loop (though it most likely does)
* Changes wording around the two types of xapps (docs only)
* Uses a new version of rmr python that crashes when the rmr mrc fails to init, which prevents an xapp trying to use an unusable rmr
* more unit test code coverage
* Adds more fields to setup like long_desc and classifiers so the pypi page looks nicer
* Removes a bad release file (will be added back in subseq. commit)
Issue-ID: RIC-228
Change-Id: I2fa0fcce61f54d4ce1d6176ae71eb2139b1005a5
Signed-off-by: Tommy Carpenter <tc677g@att.com>
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 37e7c70..1caf93a 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -14,6 +14,20 @@
:depth: 3
:local:
+[0.2.0] - 3/3/2020
+-------------------
+::
+
+ * now allows for RMR Xapps to call code before entering the infinite loop
+ * stop is now called before throwing NotImplemented in the case where the client fails to provide a must have callback; this ensures there is no dangling rmr thread
+ * stop now calls rmr_close to correctly free up any port(s)
+ * (breaking) renames `loop` to `entrypoint` since the function does not have to contain a loop (though it most likely does)
+ * Changes wording around the two types of xapps (docs only)
+ * Uses a new version of rmr python that crashes when the rmr mrc fails to init, which prevents an xapp trying to use an unusable rmr
+ * more unit test code coverage
+ * Adds more fields to setup like long_desc and classifiers so the pypi page looks nicer
+ * Removes a bad release file (will be added back in subseq. commit)
+
[0.1.0] - 2/27/2020
-------------------
::