summaryrefslogtreecommitdiff
path: root/NEWS.md
AgeCommit message (Collapse)Author
2024-12-24[DOC] Fix indentation for rdocv3_4_0Takashi Kokubun
2024-12-24[DOC] Mention method argument optimizationTakashi Kokubun
2024-12-24[DOC] Mention --yjit-perf=codegen in NEWSTakashi Kokubun
2024-12-24[DOC] Use the same indentation depth as adjacent sectionsTakashi Kokubun
2024-12-25[DOC] Fix typo in NEWS.md regarding thread-safetyydah
Notes: Merged: https://github.com/ruby/ruby/pull/12465
2024-12-25[DOC] Fix indentationNobuyoshi Nakada
RDoc markdown parser requires exact 4 spaces or tab as indentation. Notes: Merged: https://github.com/ruby/ruby/pull/12464
2024-12-24[DOC] Clarified YJIT stats changesTakashi Kokubun
2024-12-24[DOC] Categorize YJIT new featuresTakashi Kokubun
2024-12-25[DOC] Sort links [ci skip]Kazuhiro NISHIYAMA
2024-12-25Update bundler version on NEWS.mdHiroshi SHIBATA
2024-12-24[DOC] Add IRB's new completion section to NEWS.mdtomoya ishida
* Fix link and copyedit blurb Co-authored-by: Alan Wu <XrXr@users.noreply.github.com> Notes: Merged: https://github.com/ruby/ruby/pull/12458 Merged-By: XrXr
2024-12-24Fix missing/broken links in NEWS.mdStan Lo
Notes: Merged: https://github.com/ruby/ruby/pull/12456
2024-12-24Bundle rbs-3.8.0 (#12453)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2024-12-24Added previous version or primeHiroshi SHIBATA
2024-12-24Update RubyGems, Bundler and missing histories of minitest and typeprofHiroshi SHIBATA
2024-12-24not a incompatbile, but a featureKoichi Sasada
The change of `Object#singleton_method` doesn't harm existing code so it should be new feature (bug fix). Notes: Merged: https://github.com/ruby/ruby/pull/12446
2024-12-23[DOC] Fix indentationNobuyoshi Nakada
RDoc markdown parser requires exact 4 spaces or tab as indentation. Notes: Merged: https://github.com/ruby/ruby/pull/12440
2024-12-23Add more back quotes for code and fix missing feature#20018 linkzzak
2024-12-23Added version histories for csv, net-imap, power_assert and rbsHiroshi SHIBATA
2024-12-23Improve doc for `Socket::ResolutionError` (#12434)Misaki Shioi
Also, a topic about Socket::ResolutionError is added to NEWS Notes: Merged-By: shioimm <shioi.mm@gmail.com>
2024-12-23[DOC] Fix a typo in NEWS.mdKazuki Tsujimoto
2024-12-23Update power_assert to 2.0.5Kazuki Tsujimoto
2024-12-23add back quotes for method/class namesKoichi Sasada
Notes: Merged: https://github.com/ruby/ruby/pull/12433
2024-12-20[DOC] Resurrected YJIT sectionTakashi Kokubun
under "Implementation improvements", similarly to past versions. We also don't do categorization like "* New features" (which was in this file) or "New features:" (which was on the release notes), so I used the standard header format instead. I applied the same change to release notes, copied the same thing back to NEWS.md, and then removed the TL;DR section from it.
2024-12-20[DOC] Reorder Language changes entries a littleTakashi Kokubun
Warnings aren't something to brag first on the release notes. So I lowered the string literal one just a little. However, it still seems significant compared to other Bug tickets and incompatibilities/warnings, so I still kept it relatively high.
2024-12-19Fixed label typoHiroshi SHIBATA
2024-12-19Fix bundled gems' indentations and link to their reposStan Lo
Notes: Merged: https://github.com/ruby/ruby/pull/12390
2024-12-19Link to default gems' github reposStan Lo
Notes: Merged: https://github.com/ruby/ruby/pull/12390
2024-12-19Fix release entries' indentationStan Lo
Notes: Merged: https://github.com/ruby/ruby/pull/12390
2024-12-19[DOC] Remove Unused footnotes [ci skip]Kazuhiro NISHIYAMA
2024-12-19Update NEWS.md with debug-1.10.0Hiroshi SHIBATA
2024-12-19Update with logger-1.6.4Hiroshi SHIBATA
2024-12-19Added the latest versions of irb, json and rdoc to NEWSHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12394
2024-12-18Removed unnecessary sentence for stdlibHiroshi SHIBATA
2024-12-18Revert "Update default gems list at 647449fc91c9d37752b09ac5f0a785 [ci skip]"Hiroshi SHIBATA
This reverts commit 5caf8bf1ea785969088f9fd54d7d752443ed940e.
2024-12-18Revert "Update bundled gems list at 5caf8bf1ea785969088f9fd54d7d75 [ci skip]"Hiroshi SHIBATA
This reverts commit 50282a540a33bdad9aec528dfd97b15ae12acb80.
2024-12-18Update bundled gems list at 5caf8bf1ea785969088f9fd54d7d75 [ci skip]git
2024-12-18Update default gems list at 647449fc91c9d37752b09ac5f0a785 [ci skip]git
2024-12-18Update description for default and bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12380
2024-12-18Restore rake-13.2.0 and added bundled versions of Ruby 3.3Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12380
2024-12-18Added version histories of updated default gems for Ruby 3.4Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12380
2024-12-18Update default gems list at 3edbf6cfc5dba4da62ac23af5f0ebb [ci skip]git
2024-12-18Update default gems list at b3abdd4cf45f370d763f6782db46c8 [ci skip]git
2024-12-18[DOC] Added references of github releases for bundled gems (#12365)Hiroshi SHIBATA
* Added references of github releases for bundled gems * Removed bundled version of 3.3.0 and maintenance releases * Added history of racc, mutex_m, bigdecimal, drb, syslog and csv * Added test-unit, rss, net-ftp, prime and nkf. * Added power_assert 2.0.4 * Removed unnecessary version of Rake * Update NEWS.md Co-authored-by: Stan Lo <stan001212@gmail.com> --------- Co-authored-by: Stan Lo <stan001212@gmail.com> Notes: Merged-By: hsbt <hsbt@ruby-lang.org>
2024-12-17Update default gems list at a652d8b6807a9b81a4fe9bad519840 [ci skip]git
2024-12-17Update bundled gems list at c5c88def57b580b4e7ec259dc21469 [ci skip]git
2024-12-17Update default gems list at fc38023d4e4f44ce1d4d7c1e792166 [ci skip]git
2024-12-17Move Refinement#refined_class changes to Compatibility issues sectionHiroshi SHIBATA
2024-12-17Added JSON entryHiroshi SHIBATA
2024-12-17Added YJIT entries from draft of release announcementHiroshi SHIBATA