From f75fef66221e55ce9e9e302cfd8ee22062527c6c Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 30 Nov 2023 10:33:40 -0800 Subject: [PATCH] Mention {Queue,SizedQueue}#freeze change in NEWS --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 91c852175d..7d423495d8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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