Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 23, 2023
1 parent 6dcc9b8 commit 99f837a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Current

## Release v1.2.0

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

Expand Down

0 comments on commit 99f837a

Please sign in to comment.