summaryrefslogtreecommitdiff
path: root/NEWS.md
AgeCommit message (Collapse)Author
2021-12-16Improve wording on NEWS.mdMatheus Richard
Notes: Merged: https://github.com/ruby/ruby/pull/5277
2021-12-15Update stdlib version at 333865e56f594f365f2b3b4ef0f86f [ci skip]git
2021-12-15Update stdlib version at 9f87c0cc6dff70e8a1c4d204d1d459 [ci skip]git
2021-12-15Update stdlib version [ci skip]Kazuhiro NISHIYAMA
2021-12-15Update stdlib version at ded33ed5b8d923b0bb707b4e617ba0 [ci skip]git
2021-12-15Remove unused footnote [ci skip]Kazuhiro NISHIYAMA
2021-12-14NEWS.md document String#unpack offset and Marshal.load freeze argumentsJean Boussier
Notes: Merged: https://github.com/ruby/ruby/pull/5256
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2021-12-14Update stdlib version [ci skip]Kazuhiro NISHIYAMA
2021-12-14NEWS.md: Mention colorize command of un.rbKazuhiro NISHIYAMA
https://github.com/ruby/un/pull/1
2021-12-13Rename --jit to --mjit (#5248)Takashi Kokubun
* Rename --jit to --mjit [Feature #18349] * Fix a few more --jit references * Fix MJIT Actions * More s/jit/mjit/ and re-introduce --disable-jit * Update NEWS.md * Fix test_bug_reporter_add Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2021-12-13[ci skip] NEWS.md: Update Variable Width AllocationPeter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/5258
2021-12-14NEWS.md: sort [ci skip]Nobuyoshi Nakada
2021-12-13[ci skip] NEWS.md: Add Variable Width AllocationPeter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/5257
2021-12-13NEWS.md: One more surrounding brackets for the ticketNobuyoshi Nakada
2021-12-13NEWS.md: move of Random::Formatter [Feature #18190]Nobuyoshi Nakada
2021-12-13NEWS.md: `ruby -run -e httpd` displays URLs to access [Feature #17847]Kentaro Goto
Notes: Merged: https://github.com/ruby/ruby/pull/5254
2021-12-13NEWS.md: RFC 3339 UTC for unknown offset local time [Feature #17544]Nobuyoshi Nakada
2021-12-13NEWS.md: Mention `in:` option of Time.new [Feature #17485]Nobuyoshi Nakada
2021-12-13NEWS.md: `--disable-gems` is now just for debugging. [Feature #17684]Yusuke Endoh
2021-12-13[DOC] Get rid of headings in list itemsNobuyoshi Nakada
The current RDoc Markdown parser parses the list item starting with `#` as a heading line.
2021-12-13add a NEWS entry for `TracePoint.allow_reenter`Koichi Sasada
2021-12-13NEWS.md: `def foo = puts "Hello"` is now allowed [Feature #17398]Yusuke Endoh
2021-12-13NEWS.md: Mention suspendatble coverage [Feature #18176]Yusuke Endoh
2021-12-13NEWS.md: Use more descriptive example for error_highlightYusuke Endoh
2021-12-13Fix a typo [ci skip]Kazuhiro NISHIYAMA
2021-12-11Update stdlib versions [ci skip]Kazuhiro NISHIYAMA
2021-12-10Update stdlib versions [ci skip]Kazuhiro NISHIYAMA
2021-12-09Add {Method,UnboundMethod}#{public?,private?,protected?}Jeremy Evans
These methods allow for checking whether the method has that visibility. Implements [Feature #11689] Notes: Merged: https://github.com/ruby/ruby/pull/5040
2021-12-07More indentation in NEWS.md [ci skip]Nobuyoshi Nakada
The current Markdown implementation of RDoc requires list contents to be indented 4 columns except for the first paragraph. Maybe fixed as other implementations in the future.
2021-12-07Fix a link [ci skip]Kazuhiro NISHIYAMA
2021-12-07NEWS.md: Describe the change of the default width of `pp`Yusuke Endoh
[Feature #12913]
2021-12-07add a NEWS entry for `mandatory_only?`Koichi Sasada
2021-12-07add a NEWS entry about GC.total_timeKoichi Sasada
2021-12-07add NEWS about the improvement of `Struct`Koichi Sasada
2021-12-05Update stdlib versions [ci skip]Kazuhiro NISHIYAMA
2021-12-05Sort URLs by issue numbers [ci skip]Kazuhiro NISHIYAMA
2021-12-05More indentation in NEWS.md [ci skip]Nobuyoshi Nakada
The current Markdown implementation of RDoc requires list contents to be indented 4 columns except for the first paragraph. Maybe fixed as other implementations in the future.
2021-12-05Fix wrong indentation in NEWS.md [ci skip]Junichi Ito
Notes: Merged: https://github.com/ruby/ruby/pull/5216
2021-12-03NEWS for [GH-#5146] [ci skip] (#5210)John Hawthorn
Notes: Merged-By: jhawthorn <john@hawthorn.email>
2021-11-23Add Class#subclassesJean Boussier
Implements [Feature #18273] Returns an array containing the receiver's direct subclasses without singleton classes. Notes: Merged: https://github.com/ruby/ruby/pull/5045
2021-11-18Anonymous block forwarding allows a method to forward a passedJeremy Evans
block to another method without having to provide a name for the block parameter. Implements [Feature #11256] Co-authored-by: Yusuke Endoh mame@ruby-lang.org Co-authored-by: Nobuyoshi Nakada nobu@ruby-lang.org Notes: Merged: https://github.com/ruby/ruby/pull/5051
2021-11-18Update documentation for Module#{private,public,protected,module_function}Jeremy Evans
Also, update NEWS for this change and the Kernel#load change.
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
Notes: Merged: https://github.com/ruby/ruby/pull/4621
2021-11-10Fix a typo and add `IO.` [ci skip]Kazuhiro NISHIYAMA
2021-11-09Fix a link [ci skip]Kazuhiro NISHIYAMA
2021-11-08[ci skip] Update NEWS.md for [Feature #18290]Peter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/5095
2021-11-09NEWS.md: Mention Process._fork [[Feature #17795]]Yusuke Endoh
2021-10-29Update stdlib versionKazuhiro NISHIYAMA
2021-10-28Add changes Enumerable#each_cons and each_slice in NEWS [ci skip]osyo-manga
Notes: Merged: https://github.com/ruby/ruby/pull/5044 Merged-By: nobu <nobu@ruby-lang.org>