Skip to content

Commit 4212053

Browse files
committed
Chg: #98 - update changelog
1 parent b308685 commit 4212053

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ This file lists modifications introduced by each version.
44

55
## [Unreleased]
66

7-
* Empty
7+
### 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
819

920
## [1.2.0] - 2020/02/12
1021

0 commit comments

Comments
 (0)