We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024b70e commit 19f5749Copy full SHA for 19f5749
2 files changed
CHANGELOG.md
@@ -12,7 +12,7 @@
12
13
## [0.8.0] - 2025-11-01
14
15
-- Fix Ractor safety (requires Ruby 3.5+)
+- Fix Ractor safety
16
- Make `ArgumentError` messages consistent
17
- Implement write barriers for `Atom`
18
README.md
@@ -98,7 +98,7 @@ p latch.count #=> 0
98
```
99
100
> [!NOTE]
101
-> `Atom`, `AtomicBoolean`, and `AtomicCountDownLatch` are Ractor-safe in Ruby 3.5+.
+> `Atom`, `AtomicBoolean`, and `AtomicCountDownLatch` are Ractor-safe in Ruby 4.0+.
102
103
## Benchmarks
104
0 commit comments