summaryrefslogtreecommitdiff
path: root/NEWS.md
AgeCommit message (Collapse)Author
2020-12-24NEWS.md: grammatical improvementYusuke Endoh
2020-12-23Document shareable_constant_value and other magic constants [doc]Marc-Andre Lafortune
2020-12-24Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh
I'm unsure if this is intentional, but add a document anyway. [Feature #17314]
2020-12-22NEWS: fix typos and grammarMarcus Stollsteimer
2020-12-23fiddle: Update to 1.0.5Sutou Kouhei
Notes: Merged: https://github.com/ruby/ruby/pull/3970
2020-12-22NEWS: Mention deprecation warnings not being shown by defaultMarc-Andre Lafortune
Notes: Merged: https://github.com/ruby/ruby/pull/3974
2020-12-22NEWS: group keyword arguments related items togetherMarc-Andre Lafortune
Notes: Merged: https://github.com/ruby/ruby/pull/3974
2020-12-22NEWS: combine $SAFE and $KCODE, move lowerMarc-Andre Lafortune
Notes: Merged: https://github.com/ruby/ruby/pull/3974
2020-12-22NEWS: move error handling at end of sectionMarc-Andre Lafortune
Notes: Merged: https://github.com/ruby/ruby/pull/3974
2020-12-22Update fiber scheduler documentation.Samuel Williams
Notes: Merged: https://github.com/ruby/ruby/pull/3965
2020-12-22NEWS.md: fix the formatYusuke Endoh
2020-12-22add a NEWS entry about ractor C APIKoichi Sasada
2020-12-22Add entries for set 1.0.0Akinori MUSHA
2020-12-22NEWS.md: mention the behavior change of Binding#evalYusuke Endoh
[Bug #17419]
2020-12-21NEWS: JSON is Ractor compatible [ci skip]Kenta Murata
2020-12-21Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952)Victor Shepelev
Notes: Merged-By: mrkn <mrkn@ruby-lang.org>
2020-12-20NEWS.md: remove nonsense caveatYusuke Endoh
3.0 will be released in a few days (hopefully), so remove a caution: "it may be reverted until 3.0 release."
2020-12-20NEWS: Add an entry of Pathname [ci skip]Kenta Murata
2020-12-19NEWS: Update BigDecimal version [ci skip]Kenta Murata
2020-12-19Feature 17314: allow to pass array to public, protected and private methodsRadosław Bułat
2020-12-19NEWS: Add an entry of Digest 3.0.0 [ci skip]Kenta Murata
2020-12-19Feature 17314: alias_method returns symbolRadosław Bułat
2020-12-19Feature 17314: update docs and NEWS about attr* methods returning array of ↵Radosław Bułat
symbols
2020-12-19NEWS: Add an entry of StringScanner 3.0.0 [ci skip]Kenta Murata
2020-12-19NEWS: Add an entry of StringIO 3.0.0 [ci skip]Kenta Murata
2020-12-19NEWS: fiddle 1.0.4 [ci skip]Kenta Murata
2020-12-18Revert "Better cooperation between public/protected/private with attr* and ↵Yusuke Endoh
alias_method" This reverts commit 81739ad4fdfcc86a769056fec352f27c686fba1b.
2020-12-18Sort URLs by issue numbers [ci skip]Kazuhiro NISHIYAMA
2020-12-18Bump version RubyGems and Bundler in NEWSHiroshi SHIBATA
2020-12-17Better cooperation between public/protected/private with attr* and alias_methodRadosław Bułat
Notes: Merged: https://github.com/ruby/ruby/pull/3757
2020-12-16Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-12-16Added entry for webrick changes at Ruby 3.0 to NEWSHiroshi SHIBATA
2020-12-15Document Hash#transform_keys with hash. Amend NEWS [DOC] [ci skip]Marc-Andre Lafortune
2020-12-15Optimize `Enumerable#grep{_v}`Marc-Andre Lafortune
[Bug #17030] Notes: Merged: https://github.com/ruby/ruby/pull/3868
2020-12-15Fix typo in NEWS.mdJunichi Ito
Notes: Merged: https://github.com/ruby/ruby/pull/3908
2020-12-15Added updated versions of the default gems on NEWSHiroshi SHIBATA
2020-12-15NEWS: make links to label [ci skip]Nobuyoshi Nakada
2020-12-15NEWS: make links to other document files [ci skip]Nobuyoshi Nakada
2020-12-14Deprecate Random::DEFAULTBenoit Daloze
* Closes [Feature #17351].
2020-12-15NEWS: get rid of unintended link [ci skip]Nobuyoshi Nakada
2020-12-15Fix code block indents [ci skip]Nobuyoshi Nakada
RDoc::Markdown requires all block elements nested under bullet list to be indended deeper than the first column of the list.
2020-12-14Fix indent for rdoc's markdownYusuke Endoh
It seems that nested points need four spaces
2020-12-14Add information to Caveats section in NEWS.mdJunichi Ito
Notes: Merged: https://github.com/ruby/ruby/pull/3896
2020-12-14Remove "2.8" from NEWS.mdJunichi Ito
Notes: Merged: https://github.com/ruby/ruby/pull/3897
2020-12-13Sorted links by URLs and issue numbers [ci skip]Nobuyoshi Nakada
``` ruby -e 'puts readlines.sort_by {[_1[%r[(https?://.*?)(?:/\d+)?$],1], _1[/\d+$/].to_i]}' ```
2020-12-13Add NEWS about open-uri and Kernel#openJunichi Ito
There might be a lot of codes using redefined Kernel#open via open-uri, so it's worth mentioning that. Notes: Merged: https://github.com/ruby/ruby/pull/3894
2020-12-13Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto
2020-12-12Remove unused link [ci skip]Kazuhiro NISHIYAMA
2020-12-10Remove the uninitialized instance variable verbose mode warningJeremy Evans
This speeds up all instance variable access, even when not in verbose mode. Uninitialized instance variable warnings were rarely helpful, and resulted in slower code if you wanted to avoid warnings when run in verbose mode. Implements [Feature #17055] Notes: Merged: https://github.com/ruby/ruby/pull/3879
2020-12-10Fix a link [ci skip]Kazuhiro NISHIYAMA