NEWS for Ruby 3.5.0¶ ↑
This document is a list of user-visible feature changes since the 3.4.0 release, except for bug fixes.
Note that each entry is kept to a minimum, see links for details.
Language changes¶ ↑
Core classes updates¶ ↑
Note: We’re only listing outstanding class updates.
-
-
Binding#local_variables
does no longer include numbered parameters. Also,Binding#local_variable_get
andBinding#local_variable_set
reject to handle numbered parameters. [Bug #21049]
-
Stdlib updates¶ ↑
The following bundled gems are promoted from default gems.
-
ostruct 0.6.1
-
pstore 0.1.4
-
benchmark 0.4.0
-
logger 1.6.6
-
rdoc 6.12.0
-
win32ole 1.9.1
-
irb 1.15.1
-
reline 0.6.0
-
readline 0.0.4
-
fiddle 1.1.6
We only list stdlib changes that are notable feature changes.
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.
The following default gem is added.
-
win32-registry 0.1.0
The following default gems are updated.
-
RubyGems 3.7.0.dev
-
bundler 2.7.0.dev
-
json 2.10.1
-
prism 1.3.0
-
psych 5.2.3
-
stringio 3.1.3.dev
The following bundled gems are added.
The following bundled gems are updated.
-
rexml 3.4.1
-
net-imap 0.5.6
-
net-smtp 0.5.1
-
rbs 3.8.1
-
bigdecimal 3.1.9
-
repl_type_completor 0.1.10