X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Fdocs%2FChangelog.rst;h=25595c9475d62565245eb4f983bf6b8fa390ad11;hb=67bbe087d505cd179e1c5bb9ef6be2c60b2e7d5a;hp=3e353c312d56e0598a350a35babbdcb33529e4db;hpb=b96e3d0a31cbe1451eec330f0615477b92258a33;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/docs/Changelog.rst b/src/bindings/rmr-python/docs/Changelog.rst index 3e353c3..25595c9 100644 --- a/src/bindings/rmr-python/docs/Changelog.rst +++ b/src/bindings/rmr-python/docs/Changelog.rst @@ -7,6 +7,20 @@ The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[0.13.5] - 10/23/2019 +-------------------- + +:: + + * Add an exceptions module and raise a proper exception when an allocated buffer has a NULL pointer. Likely due to a bad rmr context. + +[0.13.4] - 10/21/2019 +-------------------- + +:: + + * Correct cause of nil pointer exception in message summary. + [0.13.3] - 10/10/2019 --------------------