Release 221
[ric-plt/lib/rmr.git] / src / bindings / rmr-python / docs / release-notes.rst
index 25ab2ea..79ea500 100644 (file)
@@ -7,6 +7,36 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic
 Versioning <http://semver.org/>`__.
 
+
+[2.2.1] - 3/3/2020
+--------------------
+
+::
+
+    * Correct the MEID unit test (broken by RMR commit 190665fe)
+    * Change rmr_init to catch init failure reported by RMR
+
+
+[2.2.0] - 12/5/2019
+--------------------
+
+::
+
+    * add ability to set a deterministic transaction id in alloc, and in the mock of alloc
+    * add ability to set meid in fake alloc; before None was always returned erroneously
+    * Fix a bug where fake_alloc was way out of date with alloc, and add a test for it
+
+
+[2.1.0] - 12/4/2019
+--------------------
+
+::
+
+    * Allow the setting of payload and message type in rts
+    * Add a new function, helpers.rmr_rcvall_msgs_raw, that also returns the sbuf alongside the summary
+    * Add a mock for free_msg
+
+
 [2.0.0] - 12/2/2019
 --------------------