Skip to content

Commit ce8cac8

Browse files
committed
add the past release names to the changelog [skip ci]
1 parent 4a8cb82 commit ce8cac8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: changelog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Weave scalability has been carefully measured and improved.
4444

4545
On matrix multiplication, the traditional benchmark to classify the top 500 supercomputers of the world, Weave speedup on an 18-core CPU is 17.5x while the state-of-the-art Intel implementation using OpenMP allows 15.5x-16x speedup.
4646

47-
### v0.3.0 - January 2020
47+
### v0.3.0 - January 2020 - "Beam me up!"
4848

4949
`sync(Weave)` has been renamed `syncRoot(Weave)` to highlight that it is only valid on the root task in the main thread. In particular, a procedure that uses syncRoot should not be called be in a multithreaded section. This is a breaking change. In the future such changes will have a deprecation path but the library is only 2 weeks old at the moment.
5050

@@ -91,7 +91,7 @@ on the number of tasks executed per steal requests interval.
9191
- Weave memory subsystem now supports LLVM AddressSanitizer to detect memory bugs.
9292
Spurious (?) errors from Nim and Weave were not removed and are left as a future task.
9393

94-
### v0.2.0 - December 2019
94+
### v0.2.0 - December 2019 - "Overture"
9595

9696
Weave `EventNotifier` has been rewritten and formally verified.
9797
Combined with using raw Linux futex to workaround a condition variable bug
@@ -102,6 +102,6 @@ It is now enabled by default.
102102

103103
Weave now supports Windows.
104104

105-
### v0.1.0 - December 2019
105+
### v0.1.0 - December 2019 - "Arabesques"
106106

107107
Initial release

0 commit comments

Comments
 (0)