summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2019-10-23Add gem names [ci skip]Kazuhiro NISHIYAMA
2019-10-23Trivial fixes [ci skip]Kazuhiro NISHIYAMA
2019-10-23Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-10-22NEWS: add a URL about the performance improvement of CGI.escapeHTMLYusuke Endoh
2019-10-22NEWS: Fix the example of Lazy#eagerv2_7_0_preview2Yusuke Endoh
2019-10-22NEWS: add an example for Lazy#eagerYusuke Endoh
2019-10-22NEWS: Make Net::FTP#features and #option more informativeYusuke Endoh
2019-10-22Arguments forwarding [Feature #16253]Nobuyoshi Nakada
2019-10-22NEWS: fixed method names [ci skip]Nobuyoshi Nakada
2019-10-22NEWS: fixed mark-up [ci skip]Nobuyoshi Nakada
2019-10-22add an NEWS entry about [Feature #15575]Koichi Sasada
2019-10-22add a NEWS entry about Proc#to_s changeKoichi Sasada
2019-10-22fix NEWS entry about unbundled gemsKoichi Sasada
2019-10-21NEWS: fixed indents [ci skip]Nobuyoshi Nakada
2019-10-21NEWS: fix a typoYusuke Endoh
2019-10-21NEWS: structured the "Language changes" sectionYusuke Endoh
2019-10-21add a NEWS entry about [Feature #15602]Koichi Sasada
2019-10-20make monitor.so for performance. (#2576)Koichi Sasada
2019-10-18Verbatim texts need more indent [ci skip]Nobuyoshi Nakada
2019-10-18NEWS: Mention that optparse now supports did_you_mean for unknown optionYusuke Endoh
2019-10-17[DOC] no change on Windows [Bug #15267] [ci skip]Nobuyoshi Nakada
2019-10-17Fixed File.extname at a name ending with a dotNobuyoshi Nakada
2019-10-16Use an even indent in NEWS for codeBenoit Daloze
2019-10-16Comparable#clamp with a range [Feature #14784]Nobuyoshi Nakada
2019-10-14Import StringScanner 1.0.3 (#2553)Sutou Kouhei
2019-10-12Import CSV 3.1.2 (#2547)Sutou Kouhei
2019-10-12Import REXML 3.2.3 (#2548)Sutou Kouhei
2019-10-07Update NEWS with Module#ruby2_keywords and a few other thingsJeremy Evans
2019-10-07Add: Array#intersection methodPrajjwal Singh
2019-09-28NEWS: marked up `**nil` [ci skip]Nobuyoshi Nakada
2019-09-28NEWS: Added module name to proc and lambda [ci skip]Nobuyoshi Nakada
2019-09-27Update NEWS section on keyword argument separation [ci skip]Jeremy Evans
2019-09-27[EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return ...Jean Boussier
2019-09-27NEWS: fixed markups and indent [ci skip]Nobuyoshi Nakada
2019-09-27NEWS: fixed markups and formatting [ci skip]Nobuyoshi Nakada
2019-09-26Fix Module#name news and add a testJean Boussier
2019-09-26* remove trailing spaces. [ci skip]git
2019-09-26[EXPERIMENTAL] Make Module#name return a frozen StringJean Boussier
2019-09-26[EXPERIMENTAL] Make Symbol#to_s return a frozen StringBenoit Daloze
2019-09-20[DOC] DOT is not a part of a receiver [ci skip]Nobuyoshi Nakada
2019-09-20Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA
2019-09-20Removed Synchronizer from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed Shell from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed Scanf from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed CMath from the ruby repository.Hiroshi SHIBATA
2019-09-20Update NEWS and documents [ci skip]Nobuyoshi Nakada
2019-09-19Separate Time#inspect from to_s and show subsec [Feature #15958]NARUSE, Yui
2019-09-15Comment lines can be placed between fluent dot nowNobuyoshi Nakada
2019-09-14Update news regarding `Fiber#raise`.Samuel Williams
2019-09-04Implement Enumerator::Lazy#eager [Feature #15901]Akinori MUSHA