X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fbindings%2Frmr-python%2Fdocs%2FChangelog.rst;h=4fa1629c0fe7cf5ceb8c2ed6b40b95096d5f3b7c;hb=f1d8288e7a8d73e5d7441269a5d258eb90ed389e;hp=3b29e66b829e47b0deeeeffd780e2c4d72d003bd;hpb=758fb1cd425aaa6d733f549348ee37974212009b;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 3b29e66..4fa1629 100644 --- a/src/bindings/rmr-python/docs/Changelog.rst +++ b/src/bindings/rmr-python/docs/Changelog.rst @@ -7,6 +7,13 @@ The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[X.X.X] - 10/30/2019 +-------------------- + +:: + * This is a breaking change as it rquires that RMR version 1.10.2 or later be used. + * The populate and set length function will reallocate the message buffer payload if the caller attempts to insert more bytes than the currrent message supports. + [1.0.0] - 10/24/2019 --------------------