summaryrefslogtreecommitdiff
path: root/NEWS.md
AgeCommit message (Collapse)Author
2023-01-06Update bundled gems list at 2023-01-06git
2023-01-05Raise an ArgumentError for unknown pack/unpack directiveBenoit Daloze
* [Bug #19150]
2023-01-03NEWS.md: remove a redundant bundled gems entry. [ci skip]nagachika
2023-01-03Update bundled gems list at 2bbf63dd867fe3d349b1758805ad44 [ci skip]git
2023-01-02Update bundled gems list at 2023-01-02git
2022-12-26Update default gems list at b7ad60a79440f65cf883d3ff9dbdde [ci skip]git
2022-12-26Update default gems list at cd6c7613f31a371326d86de55af159 [ci skip]git
2022-12-26Update NEWS.md for 3.3.0 [ci skip]Kazuhiro NISHIYAMA
2022-12-25Fix a grammar [ci skip]Kazuhiro NISHIYAMA
2022-12-24Update default gems list at 8f05e4f54bdb3bcf05574bd5f12e56 [ci skip]git
2022-12-24cosmetic changes for external linkHiroshi SHIBATA
2022-12-24Added some of new features for RubyGems 3.4 and Bundler 2.4Hiroshi SHIBATA
2022-12-24Update default gems list at f6620037ba1477d2c337d7b511f094 [ci skip]git
2022-12-23Add blog post on VWA to NEWS.md [ci skip]Peter Zhu
The link currently 404s but the blog post will be published on Dec 25. Notes: Merged: https://github.com/ruby/ruby/pull/6979
2022-12-23NEWS.md: add 2 functions for debuggers [ci skip]Koichi Sasada
2022-12-23Update bundled gems list at 2192f2e6bc361396f6a81ead955a0d [ci skip]git
2022-12-23Update default gems list at 2fb6b391423fbefc4a542765727a48 [ci skip]git
2022-12-23Update default gems list at 2d2baaf2f46d447f64f4f8fd7cfa3a [ci skip]git
2022-12-23Update bundled gems list at fe2bcd352899cd402091c2815846d1 [ci skip]git
2022-12-22Avoid calling it a stdlib [ci skip]Takashi Kokubun
It technically is, but it's probably just confusing for most people.
2022-12-22Update default gems list at fe7190a8c19bb56ca0aefed368402a [ci skip]git
2022-12-22NEWS.md: Update power_assert versionKazuki Tsujimoto
2022-12-22Fix link [ci skip]Kazuhiro NISHIYAMA
2022-12-21Clarify NEWS entry for Bug #16889Jeremy Evans
2022-12-22[DOC] Fix the paragraph about PRNG updateNobuyoshi Nakada
2022-12-22Added the missing word with 1e1d7047fccHiroshi SHIBATA
2022-12-22Introduce GH releases for default gems and bundled gemsHiroshi SHIBATA
2022-12-18NEWS.md: Tweak "Constant lookup when defining a class/module"Yusuke Endoh
2022-12-18NEWS.md: Fix typosYusuke Endoh
2022-12-18NEWS.md: Fix a typoYusuke Endoh
2022-12-21Introduce some notable IRB features in NEWS [ci skip]Takashi Kokubun
2022-12-21Make it clear that it doesn't update the receiver [ci skip]Takashi Kokubun
2022-12-21Add Data#with to examples in the NEWS [ci skip]Takashi Kokubun
2022-12-21[DOC] tool/update-NEWS-refs.rb: Align footnotesNobuyoshi Nakada
2022-12-21[DOC] tool/update-NEWS-refs.rb: Remove extra bracketsNobuyoshi Nakada
Surrounding with brackets is just a convention for the bugs tracker links.
2022-12-21Removed empty sectionHiroshi SHIBATA
2022-12-21correct typo [ci skip]sampatbadhe
Notes: Merged: https://github.com/ruby/ruby/pull/6973
2022-12-20Improve documentation for fiber-scoped variablesBenoit Daloze
* Especially around Enumerator. Notes: Merged: https://github.com/ruby/ruby/pull/6974
2022-12-20Update default gems list at b2bf5d237ba5f2d1ebaf12d164064c [ci skip]git
2022-12-21Add links to Wasm port resources to NEWS.mdYuta Saito
Notes: Merged: https://github.com/ruby/ruby/pull/6968
2022-12-17Move Coverage-related items to Stdlib sectionYusuke Endoh
2022-12-17Move Socket-related changes to stdlib sectionYusuke Endoh
2022-12-20Update default gems list at 20f9316f9dd5c77f96f1c08adb8da7 [ci skip]git
2022-12-19Added news entries for BundlerHiroshi SHIBATA
2022-12-19Update default gems list at 1142bc875bc00d492046ecbf781f07 [ci skip]git
2022-12-19Sort by URL [ci skip]Kazuhiro NISHIYAMA
2022-12-19Added notable changes for the default gemsHiroshi SHIBATA
2022-12-18Revert "Mentioned https://github.com/ruby/ruby/pull/6086 to NEWS"Takashi Kokubun
This reverts commit 6229c02d6b895eda8c73efa8a41c73692d133a65. Nothing has been changed in RubyVM.stat on normal Ruby build. It seems confusing to say that something has been changed there. The flag is supposed to be enabled only by CRuby developers, and it's not efficient enough for public consumption.
2022-12-19Added some changes that are only exists on GitHub to NEWSHiroshi SHIBATA
2022-12-19Mentioned https://github.com/ruby/date/pull/80Hiroshi SHIBATA