diff options
| author | Jeremy Evans <code@jeremyevans.net> | 2023-11-30 10:33:40 -0800 |
|---|---|---|
| committer | Jeremy Evans <code@jeremyevans.net> | 2023-11-30 10:34:57 -0800 |
| commit | f75fef66221e55ce9e9e302cfd8ee22062527c6c (patch) | |
| tree | 0aac62cf633701fd051e5648c0e1503eff229b1a | |
| parent | 0d1917aead71dde00f08ebbc7c041e788663fc1b (diff) | |
Mention {Queue,SizedQueue}#freeze change in NEWS
| -rw-r--r-- | NEWS.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -70,6 +70,10 @@ Note: We're only listing outstanding class updates. * Process::Status#& and Process::Status#>> are deprecated. [[Bug #19868]] +* Queue + + * Queue#freeze now raises TypeError. [[Bug #17146]] + * Range * Range#reverse_each can now process beginless ranges with an Integer endpoint. [[Feature #18515]] @@ -81,6 +85,10 @@ Note: We're only listing outstanding class updates. Refinement#refined_class is deprecated and will be removed in Ruby 3.4. [[Feature #19714]] +* SizedQueue + + * SizedQueue#freeze now raises TypeError. [[Bug #17146]] + * String * String#unpack now raises ArgumentError for unknown directives. [[Bug #19150]] @@ -330,6 +338,7 @@ changelog for details of the default gems or bundled gems. Note that more than `N` native threads are used to support many kind of blocking operations. +[Bug #17146]: https://bugs.ruby-lang.org/issues/17146 [Feature #18183]: https://bugs.ruby-lang.org/issues/18183 [Feature #18498]: https://bugs.ruby-lang.org/issues/18498 [Feature #18515]: https://bugs.ruby-lang.org/issues/18515 |
