CHANGELOG.md in concurrent-ruby-edge-0.4.1 vs CHANGELOG.md in concurrent-ruby-edge-0.5.0

- old
+ new

@@ -1,6 +1,32 @@ ## Current +## Release v1.1.5, edge v0.5.0 (10 mar 2019) + +concurrent-ruby: + +* fix potential leak of context on JRuby and Java 7 + +concurrent-ruby-edge: + +* Add finalized Concurrent::Cancellation +* Add finalized Concurrent::Throttle +* Add finalized Concurrent::Promises::Channel +* Add new Concurrent::ErlangActor + +## Release v1.1.4 (14 Dec 2018) + +* (#780) Remove java_alias of 'submit' method of Runnable to let executor service work on java 11 +* (#776) Fix NameError on defining a struct with a name which is already taken in an ancestor + +## Release v1.1.3 (7 Nov 2018) + +* (#775) fix partial require of the gem (although not officially supported) + +## Release v1.1.2 (6 Nov 2018) + +* (#773) more defensive 1.9.3 support + ## Release v1.1.1, edge v0.4.1 (1 Nov 2018) * (#768) add support for 1.9.3 back ## Release v1.1.0, edge v0.4.0 (31 OCt 2018) (yanked)