Skip to content

Commit

Permalink
Add missing sections
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Jun 5, 2021
1 parent 0fdf0e2 commit 229a051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Release v1.1.9 (5 Jun 2021)

concurrent-ruby:

* (#866) Child promise state not set to :pending immediately after #execute when parent has completed
* (#905, #872) Fix RubyNonConcurrentPriorityQueue#delete method
* (2df0337d) Make sure locks are not shared on shared when objects are dup/cloned
Expand All @@ -10,6 +12,8 @@

## Release v1.1.8 (20 January 2021)

concurrent-ruby:

* (#885) Fix race condition in TVar for stale reads
* (#884) RubyThreadLocalVar: Do not iterate over hash which might conflict with new pair addition

Expand Down

0 comments on commit 229a051

Please sign in to comment.