X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2Fdocs%2FChangelog.rst;h=3b29e66b829e47b0deeeeffd780e2c4d72d003bd;hb=refs%2Fchanges%2F23%2F1223%2F3;hp=25595c9475d62565245eb4f983bf6b8fa390ad11;hpb=67bbe087d505cd179e1c5bb9ef6be2c60b2e7d5a;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 25595c9..3b29e66 100644 --- a/src/bindings/rmr-python/docs/Changelog.rst +++ b/src/bindings/rmr-python/docs/Changelog.rst @@ -7,6 +7,19 @@ The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. + +[1.0.0] - 10/24/2019 +-------------------- + +:: + + * It's been past due to bump this to 1.0.0 since people depend on it! + * Add the ability to set sbuf attributes in the same call that it is allocated + * (breaking) removes bytes2meid + * (breaking) rmr_set_meid now infers length + * (breaking) rmr_get_meid now returns bytes, to be symmetric with set_meid + + [0.13.5] - 10/23/2019 --------------------