aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
* Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh2020-12-241-2/+3
| | | | | I'm unsure if this is intentional, but add a document anyway. [Feature #17314]
* NEWS: fix typos and grammarMarcus Stollsteimer2020-12-221-26/+31
|
* fiddle: Update to 1.0.5Sutou Kouhei2020-12-231-1/+1
|
* NEWS: Mention deprecation warnings not being shown by defaultMarc-Andre Lafortune2020-12-221-0/+5
|
* NEWS: group keyword arguments related items togetherMarc-Andre Lafortune2020-12-221-9/+9
|
* NEWS: combine $SAFE and $KCODE, move lowerMarc-Andre Lafortune2020-12-221-8/+4
|
* NEWS: move error handling at end of sectionMarc-Andre Lafortune2020-12-221-13/+13
|
* Update fiber scheduler documentation.Samuel Williams2020-12-221-2/+5
|
* NEWS.md: fix the formatYusuke Endoh2020-12-221-3/+5
|
* add a NEWS entry about ractor C APIKoichi Sasada2020-12-221-0/+2
|
* Add entries for set 1.0.0Akinori MUSHA2020-12-221-0/+12
|
* NEWS.md: mention the behavior change of Binding#evalYusuke Endoh2020-12-221-0/+5
| | | | [Bug #17419]
* NEWS: JSON is Ractor compatible [ci skip]Kenta Murata2020-12-211-0/+2
|
* Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952)Victor Shepelev2020-12-211-0/+8
|
* NEWS.md: remove nonsense caveatYusuke Endoh2020-12-201-3/+0
| | | | | 3.0 will be released in a few days (hopefully), so remove a caution: "it may be reverted until 3.0 release."
* NEWS: Add an entry of Pathname [ci skip]Kenta Murata2020-12-201-0/+4
|
* NEWS: Update BigDecimal version [ci skip]Kenta Murata2020-12-191-1/+3
|
* Feature 17314: allow to pass array to public, protected and private methodsRadosław Bułat2020-12-191-0/+3
|
* NEWS: Add an entry of Digest 3.0.0 [ci skip]Kenta Murata2020-12-191-0/+6
|
* Feature 17314: alias_method returns symbolRadosław Bułat2020-12-191-0/+3
|
* Feature 17314: update docs and NEWS about attr* methods returning array of ↵Radosław Bułat2020-12-191-0/+5
| | | | symbols
* NEWS: Add an entry of StringScanner 3.0.0 [ci skip]Kenta Murata2020-12-191-0/+6
|
* NEWS: Add an entry of StringIO 3.0.0 [ci skip]Kenta Murata2020-12-191-0/+6
|
* NEWS: fiddle 1.0.4 [ci skip]Kenta Murata2020-12-191-1/+1
|
* Revert "Better cooperation between public/protected/private with attr* and ↵Yusuke Endoh2020-12-181-10/+0
| | | | | | alias_method" This reverts commit 81739ad4fdfcc86a769056fec352f27c686fba1b.
* Sort URLs by issue numbers [ci skip]Kazuhiro NISHIYAMA2020-12-181-2/+2
|
* Bump version RubyGems and Bundler in NEWSHiroshi SHIBATA2020-12-181-2/+2
|
* Better cooperation between public/protected/private with attr* and alias_methodRadosław Bułat2020-12-171-0/+11
|
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-12-161-1/+1
|
* Added entry for webrick changes at Ruby 3.0 to NEWSHiroshi SHIBATA2020-12-161-0/+5
|
* Document Hash#transform_keys with hash. Amend NEWS [DOC] [ci skip]Marc-Andre Lafortune2020-12-151-2/+2
|
* Optimize `Enumerable#grep{_v}`Marc-Andre Lafortune2020-12-151-0/+4
| | | | [Bug #17030]
* Fix typo in NEWS.mdJunichi Ito2020-12-151-1/+1
|
* Added updated versions of the default gems on NEWSHiroshi SHIBATA2020-12-151-2/+14
|
* NEWS: make links to label [ci skip]Nobuyoshi Nakada2020-12-151-3/+6
|
* NEWS: make links to other document files [ci skip]Nobuyoshi Nakada2020-12-151-2/+2
|
* Deprecate Random::DEFAULTBenoit Daloze2020-12-141-0/+13
| | | | * Closes [Feature #17351].
* NEWS: get rid of unintended link [ci skip]Nobuyoshi Nakada2020-12-151-1/+1
|
* Fix code block indents [ci skip]Nobuyoshi Nakada2020-12-151-12/+12
| | | | | RDoc::Markdown requires all block elements nested under bullet list to be indended deeper than the first column of the list.
* Fix indent for rdoc's markdownYusuke Endoh2020-12-141-23/+23
| | | | It seems that nested points need four spaces
* Add information to Caveats section in NEWS.mdJunichi Ito2020-12-141-1/+1
|
* Remove "2.8" from NEWS.mdJunichi Ito2020-12-141-1/+1
|
* Sorted links by URLs and issue numbers [ci skip]Nobuyoshi Nakada2020-12-131-1/+1
| | | | | | ``` ruby -e 'puts readlines.sort_by {[_1[%r[(https?://.*?)(?:/\d+)?$],1], _1[/\d+$/].to_i]}' ```
* Add NEWS about open-uri and Kernel#openJunichi Ito2020-12-131-0/+4
| | | There might be a lot of codes using redefined Kernel#open via open-uri, so it's worth mentioning that.
* Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto2020-12-131-7/+17
|
* Remove unused link [ci skip]Kazuhiro NISHIYAMA2020-12-121-1/+0
|
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-0/+3
| | | | | | | | | 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]
* Fix a link [ci skip]Kazuhiro NISHIYAMA2020-12-101-0/+1
|
* Add connect_timeout to TCPSocketMasaki Matsushita2020-12-101-0/+4
| | | | | | Add connect_timeout to TCPSocket.new in the same way as Socket.tcp. Closes [Feature #17187]
* Bump version numbers of RubyGems and Bundler on NEWSHiroshi SHIBATA2020-12-081-2/+2
|