X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Fdocs%2Frelease-notes.rst;h=b4ed2dca0cdc6ae956454858d5d31ef56904a395;hb=c5de5c7413901b8de1da928b084a3ca2e88d490a;hp=25ab2ea4aee5d581f700dbe02717090ca23902ad;hpb=7c47074587da9f6c1127d9943527c63ca8573111;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 25ab2ea..b4ed2dc 100644 --- a/src/bindings/rmr-python/docs/release-notes.rst +++ b/src/bindings/rmr-python/docs/release-notes.rst @@ -7,6 +7,16 @@ The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[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 --------------------