Skip to content

Commit 0ed4a9f

Browse files
docs: add date to 4.0.53 and fix minor issues in changelog (#133)
1 parent 4c02d27 commit 0ed4a9f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/CHANGELOG.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi
77
The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/>`_.
88

99

10-
[4.0.53] - UNRELEASED
10+
[4.0.53] - 2024-10-11
1111
---------------------
1212

1313
Changed
@@ -17,13 +17,15 @@ Changed
1717

1818
All utilities listen to OS signals to detect termination request.
1919

20-
- Old: Monitor and Registry wait for the user to press `[Enter]`` to shutdown.
21-
- New: Monitor and Registry can be requested to shutdown via ``[Ctrl]-[C]``. Registry option '-s, --use-signal-handler' is deprecated.
20+
- Old: Monitor and Registry wait for the user to press ``[Enter]`` to shutdown.
21+
- New: Monitor and Registry can be requested to shutdown via ``[Ctrl]-[C]``. Registry option ``-s, --use-signal-handler`` is deprecated.
2222

2323
All utilities no longer require user interaction.
2424

25-
- Old: Registry, Monitor and System Controller prompt the user by default to press `[Enter]`` to end process after shutdown.
26-
- New: All utilities terminate without prompting for user input. SystemController option '-ni, --non-interactive' is deprecated.
25+
- Old: Registry, Monitor and System Controller prompt the user by default to press ``[Enter]`` to end process after shutdown.
26+
- New: All utilities terminate without prompting for user input. SystemController option ``-ni, --non-interactive`` is deprecated.
27+
28+
- The Logger now adds the participant's name (as a normalized string) to the user-defined ``LogName`` for file sinks.
2729

2830
- Implemented the union (de-)serialization stubs in the ``silkit/util/serdes`` headers.
2931

@@ -32,10 +34,7 @@ Fixed
3234

3335
- If using the ``SimStepHandlerAsync``, the log message that reports the end of the simulation step is now printed after the call to ``CompleteSimulationStep``.
3436

35-
Fixed
36-
~~~~~
37-
38-
- Fixed an issue with the NetSim API that caused an exception when used with log level `trace`.
37+
- Fixed an issue with the NetSim API that caused an exception when used with log level ``trace``.
3938

4039
[4.0.52] - 2024-09-02
4140
---------------------

0 commit comments

Comments
 (0)