Skip to content

Commit 99f837a

Browse files
committed
Update CHANGELOG
1 parent 6dcc9b8 commit 99f837a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Current
22

3+
## Release v1.2.0
4+
5+
* (#962) Fix ReentrantReadWriteLock to use the same granularity for locals as for Mutex it uses.
6+
* (#983) Add FiberLocalVar
7+
* (#934) concurrent-ruby now supports requiring individual classes (public classes listed in the docs), e.g., `require 'concurrent/map'`
8+
* (#976) Let `Promises.any_fulfilled_future` take an `Event`
9+
* Improve documentation of various classes
310
* (#975) Set the Ruby compatibility version at 2.3
411
* (#972) Remove Rubinius-related code
512

0 commit comments

Comments
 (0)