Prevent message truncation by populate function
[ric-plt/lib/rmr.git] / src / bindings / rmr-python / docs / Changelog.rst
index 3b29e66..4fa1629 100644 (file)
@@ -7,6 +7,13 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic
 Versioning <http://semver.org/>`__.
 
+[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
 --------------------