We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b308685 commit 4212053Copy full SHA for 4212053
CHANGELOG.md
@@ -4,7 +4,18 @@ This file lists modifications introduced by each version.
4
5
## [Unreleased]
6
7
-* Empty
+### DefaultClock class modifications
8
+
9
+**Bug fixes in DefaultClock:**
10
11
+* The `timeUnit` field of `DefaultClock` is now also `volatile` [[issue 98]][issue: #98]
12
13
+ Although not impacting with the `DefaultClock`'s usage, a potential multi-threading issue was present in its
14
+ implementation. Since turning `timeUnit` into `volatile` did not prove to impact performances, the fix has been
15
+ applied in order to set a good coding example.
16
17
18
+[issue: #98]: https://github.com/jbotsim/JBotSim/issues/98
19
20
## [1.2.0] - 2020/02/12
21
0 commit comments