Skip to content

Commit 68a900e

Browse files
committed
add news for pack / unpack directives
1 parent fec5363 commit 68a900e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ Note: We're only listing outstanding class updates.
8787
* `Array#rfind` has been added as a more efficient alternative to `array.reverse_each.find` [[Feature #21678]]
8888
* `Array#find` has been added as a more efficient override of `Enumerable#find` [[Feature #21678]]
8989
90+
* `Array#pack` accepts a new format `R` and `r` for unpacking unsigned
91+
and signed LEB128 encoded integers. [[Feature #21785]]
92+
9093
* Binding
9194
9295
* `Binding#local_variables` does no longer include numbered parameters.
@@ -239,6 +242,9 @@ Note: We're only listing outstanding class updates.
239242
* `String#strip`, `strip!`, `lstrip`, `lstrip!`, `rstrip`, and `rstrip!`
240243
are extended to accept `*selectors` arguments. [[Feature #21552]]
241244

245+
* `String#unpack` accepts a new format `R` and `r` for unpacking unsigned
246+
and signed LEB128 encoded integers. [[Feature #21785]]
247+
242248
* Thread
243249

244250
* Introduce support for `Thread#raise(cause:)` argument similar to
@@ -545,3 +551,4 @@ A lot of work has gone into making Ractors more stable, performant, and usable.
545551
[Feature #21678]: https://bugs.ruby-lang.org/issues/21678
546552
[Bug #21698]: https://bugs.ruby-lang.org/issues/21698
547553
[Feature #21701]: https://bugs.ruby-lang.org/issues/21701
554+
[Feature #21785]: https://bugs.ruby-lang.org/issues/21785

0 commit comments

Comments
 (0)