We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae022a commit e8b2386Copy full SHA for e8b2386
docs/source/Support/bskReleaseNotes.rst
@@ -110,6 +110,8 @@ Version |release|
110
- Removed deprecated swig code that allowed still importing `sys_model.h` instead of `sys_model.i`
111
- Updated :ref:`groundMapping` to correct behavior if ``maximumRange == -1``
112
- Updated scripts to work with ``matplotlib`` version 3.10.x without errors or warnings
113
+- Added a fix for the message subscription bug in which the message data was not retained after going out of scope.
114
+- Added unit test for message subscription and message data retention after going out of scope to ``test_messaging.py``.
115
116
117
Version 2.5.0 (Sept. 30, 2024)
0 commit comments