summaryrefslogtreecommitdiff
path: root/NEWS.md
AgeCommit message (Collapse)Author
2025-12-25Revert "Rollback to minitest-5.27.0"Hiroshi SHIBATA
This reverts commit 8d097bc472fc66221dee23bb8f9e0dddac16db23.
2025-12-25[DOC] Add back Rust 1.85.0 requirement to NEWS.md (#15728)Godfrey Chan
* [DOC] Add back Rust 1.85.0 requirement to NEWS.md Addresses k0kubun's review in https://github.com/ruby/ruby/pull/15711#issuecomment-3690541074 NEWS.md serves both CRuby developers as well as end-users. As the release date closes in, it probably gets seen by more users than core developers (on the blog for example). Most users probably don't build Ruby by hand, and instead that is abstracted through tools like ruby-install or a package manager. For some users these tools may install pre-built binaries where they exist, in which case the Rust requirement doesn't apply. In other instances, the tools merely automate the build, in which case the correct rustc version is required to enable support. It is also a little confusing to talk about "enabling support for the JIT during the build" vs "enabling the JIT at runtime". This copy attempts to balance all of the above and hopefully gets the correct points across all intended audiences. * Apply suggestion from k0kubun Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com> --------- Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
2025-12-25Rollback to minitest-5.27.0Hiroshi SHIBATA
Test of 6.0.0 is not working with 4.0.0 stable version. https://github.com/ruby/actions/actions/runs/20488398805/job/58875672023#step:20:362 ``` rake aborted! NoMethodError: undefined method 'cov_filter=' for #<Hoe:0x00007fdb550fc840> (NoMethodError) self.cov_filter = %w[ tmp ] ^^^^^^^^^^^^^ /home/runner/work/actions/actions/ruby-4.0.0/gems/src/minitest/Rakefile:20:in 'block in <top (required)>' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/hoe-3.20.0/lib/hoe.rb:394:in 'BasicObject#instance_eval' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/hoe-3.20.0/lib/hoe.rb:394:in 'Hoe.spec' /home/runner/work/actions/actions/ruby-4.0.0/gems/src/minitest/Rakefile:11:in '<top (required)>' /home/runner/work/actions/actions/ruby-4.0.0/.bundle/gems/rake-13.3.1/exe/rake:27:in '<top (required)>' (See full trace by running task with --trace) ```
2025-12-25Revert "Rollback to test-unit 3.7.3"Hiroshi SHIBATA
This reverts commit c17307ac22f37f74786a4f016121c6ee8cc38915.
2025-12-25Bump RDoc to 7.0.3Stan Lo
2025-12-24Rollback to test-unit 3.7.3Hiroshi SHIBATA
3.7.5 is not working with rbs-3.10.0 https://github.com/ruby/ruby/actions/runs/20480628393/job/58853288287#step:22:353 ``` D:/a/ruby/ruby/src/.bundle/gems/test-unit-3.7.5/lib/test/unit/testcase.rb:641:in 'block (2 levels) in Test::Unit::TestCase#run': failed to allocate memory (NoMemoryError) ```
2025-12-24Restore gem updates that are accidentally deletedHiroshi SHIBATA
2025-12-24Added release histories of default/bundled gems from Ruby 3.4.8Hiroshi SHIBATA
2025-12-24Update to test-unit 3.7.5 at NEWS.mdHiroshi SHIBATA
2025-12-24Added https://github.com/ruby/net-http/issues/205 to NEWS.mdHiroshi SHIBATA
2025-12-24[DOC] Update ZJIT status in NEWS.mdGodfrey Chan
As for Ruby v4.0.0-preview3, ZJIT support is enabled by default on supported platforms. The previous phrasing is not relevant for most users. Replaced with brief instructions for enabling the JIT itself.
2025-12-24Minor update at stdlib sectionHiroshi SHIBATA
2025-12-23Update bundled gems list as of 2025-12-23git
2025-12-23Added release note for RubyGems 4.0.3Hiroshi SHIBATA
2025-12-23Update default gems list at 1c3ef2719155b56f14bf734c82b26e [ci skip]git
2025-12-23Update default gems list at 8eaf6739fda591233b07f3ada7ed4e [ci skip]git
2025-12-22Bump RDoc to 7.0.2 (#15691)Stan Lo
2025-12-22[DOC] Add multiline condition code example that was already possibleNobuyoshi Nakada
To avoid the misconception that previously conditional code had to be written on a single line.
2025-12-21[DOC] Remove duplicate Pathname promotion entry at NEWS.mdkitazawa
The Pathname promotion to core class is already documented in the "Core classes updates" section, making this duplicate entry redundant.
2025-12-20Revert pack/unpack support for LEB128Nobuyoshi Nakada
https://bugs.ruby-lang.org/issues/21785#note-10 > It is too late to introduce it in Ruby 4.0, let's aim for 4.1. This reverts commits: * d0b72429a93e54f1f956b4aedfc25c57dc7001aa Add support for signed and unsigned LEB128 to pack/unpack. * 68a900e30b4ca1537d7975c3a619fd94fca7b084 add news for pack / unpack directives
2025-12-19Update bundled gems list as of 2025-12-19git
2025-12-20Update NEWS.md for Fiber Scheduler (#15629)Sharon Rosner
2025-12-19Adjust Stdlib section with 4.0.0 and added reference of RubyGems release notes.Hiroshi SHIBATA
2025-12-19NEWS.md: Sort items in alphabetical orderYusuke Endoh
2025-12-19Update bundled gems list as of 2025-12-19git
2025-12-18add news for pack / unpack directivesAaron Patterson
2025-12-19Update default gems list at 5c0c0dd8737c8225f0ebcf0eaf3fb8 [ci skip]git
2025-12-18[DOC] Update NEWS for implementation improvementsJohn Hawthorn
2025-12-18[DOC] Various improvements to NEWSJohn Hawthorn
2025-12-18Bump RDoc to 7.0.1 (#15628)Stan Lo
This improves several enhancements to the Aliki theme. And since Aliki also became the default theme, we don't need to specify the generator name anymore.
2025-12-18Update default gems list at 0e85881e0cded6ec82ef105b5ff2d0 [ci skip]git
2025-12-17Update bundled gems list as of 2025-12-17git
2025-12-18Update bundled bigdecimal and rbs (#15611)tomoya ishida
* Bundle rbs-3.10.0.pre.1 * Update rbs gem entry with commit hash Updated rbs entry to include commit hash. * Fix rbs entry in bundled_gems * Update rbs gem to version 3.10.0.pre.2 Updated rbs gem version from 3.10.0.pre.1 to 3.10.0.pre.2. * Update bundled bigdecimal to v4.0.1 --------- Co-authored-by: Soutaro Matsumoto <matsumoto@soutaro.com>
2025-12-17Improve NEWS.md for Socket (#15610)Misaki Shioi
2025-12-17Revert the default size of Enumerator::Producer to infinityAkinori Musha
[Bug #21780]
2025-12-17Update NEWS.md for Socket (#15608)Misaki Shioi
2025-12-17Revert the override of Enumerator#to_set that performed size checksAkinori Musha
[Bug #21780]
2025-12-17Update NEWS.md for improvements of error backtraceYusuke Endoh
2025-12-17Update default gems list at 26447b3597ab95af7cc220c641a1bd [ci skip]git
2025-12-17Update default gems list at 0e2962f917db1b20a6d34b6105b376 [ci skip]git
2025-12-17Update default gems list at 3b66efda523fc33070aee6097898db [ci skip]git
2025-12-16add 21254 to the feature listAaron Patterson
2025-12-16Revert "[Feature #6012] Extend `source_location` for end positionNobuyoshi Nakada
and columns" This reverts commit 073c4e1cc712064e626914fa4a5a8061f903a637. https://bugs.ruby-lang.org/issues/6012#note-31 > we will cancel this feature in 4.0 because of design ambiguities > such as whether to return column positions in bytes or characters as > in [#21783]. [#21783]: https://bugs.ruby-lang.org/issues/21783
2025-12-15Update default gems list at adf676c530b5da2822aa3b03ee43e5 [ci skip]git
2025-12-16[DOC] Update Set#inspect description in NEWSJeremy Evans
2025-12-15Add NEWS entry for Array#rfind and Array#findBenoit Daloze
2025-12-15Update default gems list at f0793731853c0e130f798e9dc5c736 [ci skip]git
2025-12-14Update default gems list at 9e22037eb50d7abe6385901c9b0293 [ci skip]git
2025-12-13Enumerator.produce accepts an optional `size` keyword argumentAkinori Musha
When not specified, the size is unknown (`nil`). Previously, the size was always `Float::INFINITY` and not specifiable. [Feature #21701]
2025-12-12Update NEWS about `Binding#implicit_parameters`, etc.Yusuke Endoh
[Bug #21049]