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 6dcc9b8 commit 99f837aCopy full SHA for 99f837a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Current
2
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
10
* (#975) Set the Ruby compatibility version at 2.3
11
* (#972) Remove Rubinius-related code
12
0 commit comments