summaryrefslogtreecommitdiff
path: root/NEWS.md
AgeCommit message (Collapse)Author
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>
2021-10-27Sort URLs by issue numbers [ci skip]Kazuhiro NISHIYAMA
2021-10-27Update stdlib versionsKazuhiro NISHIYAMA
2021-10-26Add Class#descendantsJeremy Evans
Doesn't include receiver or singleton classes. Implements [Feature #14394] Co-authored-by: fatkodima <fatkodima123@gmail.com> Co-authored-by: Benoit Daloze <eregontp@gmail.com> Notes: Merged: https://github.com/ruby/ruby/pull/4974 Merged-By: jeremyevans <code@jeremyevans.net>
2021-10-25Fix links [ci skip]Kazuhiro NISHIYAMA
2021-10-24NEWS: StringScanner 3.0.1 is releasedSutou Kouhei
Notes: Merged: https://github.com/ruby/ruby/pull/5011
2021-10-24NEWS: CSV 3.2.1 is releasedSutou Kouhei
Notes: Merged: https://github.com/ruby/ruby/pull/5010
2021-10-23NEWS: Fiddle 1.1.0 is releasedSutou Kouhei
2021-10-23update NEWS about last commits.Koichi Sasada
2021-10-21Add link to YJIT blog post to NEWS.mdMaxime Chevalier-Boisvert
Requested by @nurse
2021-10-21Added version of readline-extHiroshi SHIBATA
2021-10-21Update the merged versions of default gems.Hiroshi SHIBATA
2021-10-21Deprecate include/prepend in refinements and add Refinement#import_methods ↵Shugo Maeda
instead Refinement#import_methods imports methods from modules. Unlike Module#include, it copies methods and adds them into the refinement, so the refinement is activated in the imported methods. [Bug #17429] [ruby-core:101639]
2021-10-20Add bit about YJIT to NEWS.mdMaxime Chevalier-Boisvert
Notes: Merged: https://github.com/ruby/ruby/pull/4997
2021-10-20Added entries about default gems and bundled gemsHiroshi SHIBATA
2021-10-20NEWS.md: Add error_highlight sectionYusuke Endoh
2021-10-20add NEWS entries about debug.gemKoichi Sasada
2021-09-22add NEWS entry for https://github.com/ruby/ruby/pull/4815卜部昌平
2021-09-16NEWS for [Feature #18172] [ci skip]Nobuyoshi Nakada
2021-09-16Add a newline [ci skip]Shugo Maeda
2021-09-16Add details of Hash value ommission [ci skip]Shugo Maeda
2021-09-11Add documentation and tests for keyword argument value omissionShugo Maeda
[Feature #14579]
2021-09-11[DOC] NEWS for [Feature #14579] [ci skip]Nobuyoshi Nakada
2021-09-11[DOC] Fixed indents in NEWS.md [ci skip]Nobuyoshi Nakada
2021-08-22Fix links [ci skip]Kazuhiro NISHIYAMA
2021-08-17Mention update to Unicode Version 13.0.0 and Emoji Version 13.1Martin Dürst
Mention the update to Unicode Version 13.0.0 and Unicode Emoji Version 13.1 in NEWS.md. This completes issue #17750. [ci skip]
2021-08-13Revert "Pause an MJIT worker when JIT is cancelled"Takashi Kokubun
This reverts commit b64f81c81729bbc248d19af01cafde88eb60fdc7. It seems to cause a problem in --jit / --jit-wait CIs. Reverting for now.
2021-08-12Don't cancel JIT-ed code on TracePoint :classTakashi Kokubun
events get enabled
2021-08-12Pause an MJIT worker when JIT is cancelledTakashi Kokubun
2021-08-12Print JIT cancel when all JIT-ed code is cancelledTakashi Kokubun
2021-08-05Fix a link [ci skip]Kazuhiro NISHIYAMA
2021-07-23[NEWS] added [Feature #17798] [ci skip]Nobuyoshi Nakada
2021-07-23[NEWS] adjusted formats [ci skip]Nobuyoshi Nakada
2021-07-17One-line pattern matching is no longer experimentalKazuki Tsujimoto
https://github.com/ruby/dev-meeting-log/blob/master/DevelopersMeeting20210715Japan.md#feature-17724-make-the-pin-operator-support-instanceclassglobal-variables-jeremyevans0
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4654
2021-07-16Added code fence to the example in [Feature #17724] [ci skip]Nobuyoshi Nakada
2021-07-15Add pattern matching pin support for instance/class/global variablesJeremy Evans
Pin matching for local variables and constants is already supported, and it is fairly simple to add support for these variable types. Note that pin matching for method calls is still not supported without wrapping in parentheses (pin expressions). I think that's for the best as method calls are far more complex (arguments/blocks). Implements [Feature #17724] Notes: Merged: https://github.com/ruby/ruby/pull/4502
2021-07-15Add tests and NEWS [Feature #18008]NARUSE, Yui
2021-07-15Fix typo in flag in NEWS.mdPatrik Ragnarsson
Notes: Merged: https://github.com/ruby/ruby/pull/4653
2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams
2021-06-23Fix a link [ci skip]Kazuhiro NISHIYAMA