Sourced from concurrent-ruby's releases.
v1.3.5
What's Changed
- Remove dependency on logger by
@eregon
in ruby-concurrency/concurrent-ruby#1062- Avoid error when member is present on ancestor class by
@francesmcmullin
in ruby-concurrency/concurrent-ruby#1068- Set rake-compiler source and target to Java 8 by
@headius
in ruby-concurrency/concurrent-ruby#1071- chore: fix typos by
@chenrui333
in ruby-concurrency/concurrent-ruby#1076New Contributors
@francesmcmullin
made their first contribution in ruby-concurrency/concurrent-ruby#1068@chenrui333
made their first contribution in ruby-concurrency/concurrent-ruby#1076Full Changelog: https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.4...v1.3.5
Sourced from concurrent-ruby's changelog.
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.
33abefb
Release concurrent-ruby 1.3.5 and concurrent-ruby-edge 0.7.25d700c5
chore: fix typos (#1076)957cf7d
Set rake-compiler source and target to Java 8 (#1071)56227a4
Improve ancestor classes spec56fd240
Avoid error when member is present on ancestor classd7ce956
Remove dependency on logger