CHANGELOG.md in concurrent-ruby-edge-0.7.1 vs CHANGELOG.md in concurrent-ruby-edge-0.7.2
- old
+ new
@@ -1,11 +1,34 @@
## Current
-## Edge 0.7.1 (7 June 2024)
+## Release v1.3.5, edge v0.7.2 (15 January 2025)
+concurrent-ruby:
+
+* (#1062) Remove dependency on logger.
+
concurrent-ruby-edge:
+* (#1062) Remove dependency on logger.
+
+## Release v1.3.4 (10 August 2024)
+
+* (#1060) Fix bug with return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1.
+* (#1058) Add `Concurrent.cpu_shares` that is cgroups aware.
+
+## Release v1.3.3 (9 June 2024)
+
+* (#1053) Improve the speed of `Concurrent.physical_processor_count` on Windows.
+
+## Release v1.3.2, edge v0.7.1 (7 June 2024)
+
+concurrent-ruby:
+
+* (#1051) Remove dependency on `win32ole`.
+
+concurrent-ruby-edge:
+
* (#1052) Fix dependency on `concurrent-ruby` to allow the latest release.
## Release v1.3.1 (29 May 2024)
* Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.
@@ -281,11 +304,11 @@
* Bug fix in Edge `Future#flat`
* Brand new `Channel` implementation in Edge gem.
* Simplification of `RubySingleThreadExecutor`
* `Async` improvements
- Each object uses its own `SingleThreadExecutor` instead of the global thread pool.
- - No longers supports executor injection
+ - No longer supports executor injection
- Much better documentation
* `Atom` updates
- No longer `Dereferenceable`
- Now `Observable`
- Added a `#reset` method
@@ -456,10 +479,10 @@
* Prevent `Actor` from using an `ImmediateExecutor` (causes deadlock)
* Added missing synchronizations to `TimerSet`
* Fixed bug with return value of `Concurrent::Actor::Utils::Pool#ask`
* Fixed timing bug in `TimerTask`
* Fixed bug when creating a `JavaThreadPoolExecutor` with minimum pool size of zero
-* Removed confusing warning when not using native extenstions
+* Removed confusing warning when not using native extensions
* Improved documentation
## Release v0.7.0 (13 August 2014)
* Merge the [atomic](https://github.com/ruby-concurrency/atomic) gem