X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fbindings%2Frmr-python%2Fdocs%2Frelease-notes.rst;h=79ea500cf9f53da8cfc1fe30d041237e5fa6054b;hb=refs%2Fchanges%2F42%2F2642%2F1;hp=7e3158155c77b5029a10c1043995984e3c9ccbf2;hpb=398a04fedca806ed800ba6909c715ef3e952e0b0;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/docs/release-notes.rst b/src/bindings/rmr-python/docs/release-notes.rst index 7e31581..79ea500 100644 --- a/src/bindings/rmr-python/docs/release-notes.rst +++ b/src/bindings/rmr-python/docs/release-notes.rst @@ -7,7 +7,37 @@ The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. -[X.X.X] - xxx + +[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 -------------------- ::