Eliminate the SI receive buffer length requirement
[ric-plt/lib/rmr.git] / CHANGES_CORE.txt
index 1e00418..e7c461a 100644 (file)
@@ -5,6 +5,12 @@
 # API and build change  and fix summaries. Doc correctsions
 # and/or changes are not mentioned here; see the commit messages.
 
+2020 April 9; version 3.7.1
+       The max length restriction for receiving messages when using SI95 has
+       been removed.  The length supplied during initialisation is used as
+       the "normal maximum" and default buffer allocation size, but messages
+       arriving which are larger are accepted. (RIC-309)
+
 2020 April 7; version 3.7.0
        The health check support programme was renamed to rmr_probe (RIC-308).