Skip to content

Commit 531cb98

Browse files
Update release notes
1 parent 37fd252 commit 531cb98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/Support/bskReleaseNotes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ Version |release|
8888
- Fixed a bug where :ref:`spinningBodyOneDOFStateEffector` and :ref:`spinningBodyNDOFStateEffector`
8989
both registered their states under the same name, resulting in overwriting and a ``BSK_ERROR``.
9090
- Added support for :ref:`hingedRigidBodyStateEffector` to be the parent for Dynamic Effectors.
91-
91+
- Added ``SysModelMixin``, a utility class in ``py_sys_model.i`` that can be used for subclasses
92+
of ``SysModel`` that have virtual methods to be implemented in Python. The class will automatically
93+
add better error logging for all methods implemented in Python and will add a sanity check that the
94+
C++ class constructor is called (otherwise, hard-to-parse errors will be raised). Refactored
95+
``pyStatefulSysModel.i`` to use this mixin.
9296

9397
Version 2.8.0 (August 30, 2025)
9498
-------------------------------

0 commit comments

Comments
 (0)