You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ Note: We're only listing outstanding class updates.
17
17
* Binding
18
18
19
19
*`Binding#local_variables` does no longer include numbered parameters.
20
-
Also, `Binding#local_variable_get` and `Binding#local_variable_set` reject to handle numbered parameters.
21
-
[[Bug #21049]]
20
+
Also, `Binding#local_variable_get` and `Binding#local_variable_set` reject
21
+
to handle numbered parameters. [[Bug #21049]]
22
22
23
23
* IO
24
24
@@ -32,8 +32,8 @@ Note: We're only listing outstanding class updates.
32
32
33
33
* String
34
34
35
-
* Update Unicode to Version 16.0.0 and Emoji Version 16.0.[[Feature #19908]][[Feature #20724]]
36
-
(also applies to Regexp)
35
+
* Update Unicode to Version 16.0.0 and Emoji Version 16.0.
36
+
[[Feature #19908]][[Feature #20724]] (also applies to Regexp)
37
37
38
38
## Stdlib updates
39
39
@@ -52,7 +52,9 @@ The following bundled gems are promoted from default gems.
52
52
53
53
We only list stdlib changes that are notable feature changes.
54
54
55
-
Other changes are listed in the following sections. We also listed release history from the previous bundled version that is Ruby 3.3.0 if it has GitHub releases.
55
+
Other changes are listed in the following sections. We also listed release
56
+
history from the previous bundled version that is Ruby 3.3.0 if it has GitHub
0 commit comments