Skip to content

Commit aa4f21e

Browse files
committed
Chg: #86 - update Changelog
1 parent 469de08 commit aa4f21e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ This file lists modifications introduced by each version.
44

55
## [Unreleased]
66

7+
### ClockManager class modifications
8+
9+
**Bug fixes in ClockManager:**
10+
11+
[[issue 86]][issue: #86]
12+
13+
* The modification of the `ClockManager`'s internal time value (the one actually used by the `Topology`) now coincides
14+
with the ticking of the `Clock`.
15+
16+
Now, the clock is first incremented and then the `Scheduler` is called.
17+
It was previously swapped, resulting in some user interactions happening before the call to the `Scheduler` (and thus
18+
the `MessageEngine` and all `Node.onClock()`).
19+
Everything is now properly synchronized.
20+
21+
[issue: #86]: https://github.com/jbotsim/JBotSim/issues/86
22+
723
### New icon in the jbotsim-icons module
824

925
`jbotsim-icons`/`io.jbotsim.ui.icons`

0 commit comments

Comments
 (0)