summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2019-12-25Add readline and readline-ext to default gems list in NEWSaycabta
2019-12-25add ref to NEWS entryKoichi Sasada
2019-12-25NEWS: add a ticket referenceYusuke Endoh
2019-12-25NEWS: add a ticket referenceYusuke Endoh
2019-12-25NEWS: add ticket referencesYusuke Endoh
2019-12-24Add did_you_mean's promotion to the NEWSYuki Nishijima
Notes: Merged: https://github.com/ruby/ruby/pull/2782
2019-12-24NEWS: add meaning of "CoW" ("copy-on-write")Marcus Stollsteimer
2019-12-24Revert "Add NEWS entry about Module#name performance (#2779)" (#2781)Alan Wu
This reverts commit 3e9221d94a12b54c1285923b642364acdbc31c7e. Notes: Merged-By: XrXr
2019-12-24Add NEWS entry about Module#name performance (#2779)Alan Wu
Notes: Merged-By: XrXr
2019-12-24Added entry for json-2.3.0Hiroshi SHIBATA
2019-12-24Update the news entries for RubyGems and BundlerHiroshi SHIBATA
2019-12-24NEWS: fix method references for Range#{cover?,include?}Marcus Stollsteimer
2019-12-24NEWS: improve sections for warning option / WarningMarcus Stollsteimer
2019-12-24NEWS: added references to warning option [ci skip]Nobuyoshi Nakada
2019-12-24Moved warning option section and added a reference [ci skip]Nobuyoshi Nakada
2019-12-24Separated command line option in NEWS [ci skip]Nobuyoshi Nakada
2019-12-24Mentioned `-W:` command option in NEWS [ci skip]Nobuyoshi Nakada
2019-12-24Enhance explanations for beginless range and #clamp, and add missing featurezverok
Notes: Merged: https://github.com/ruby/ruby/pull/2769
2019-12-24Added NEWS for Feature 15373manga_osyo
Notes: Merged: https://github.com/ruby/ruby/pull/2777
2019-12-24remove "experimental" from numbered parameter.Koichi Sasada
Numbered parameter is not an experimental feature, confirmed by Matz. https://twitter.com/yukihiro_matz/status/1209271452798607361
2019-12-24move a NEWS entry about inline method cacheKoichi Sasada
2019-12-23NEWS: add reference for [Feature #14405]Marcus Stollsteimer
2019-12-23NEWS: revise grammar, language, markup, etc.Marcus Stollsteimer
2019-12-23NEWS: fix some typos, grammar, and languageMarcus Stollsteimer
2019-12-23NEWS: Fix issue reference [#15807] [DOC]Marc-Andre Lafortune
2019-12-23README: Add Range#minmax to the list of potential incompatibilities [#15929] ↵Marc-Andre Lafortune
[DOC]
2019-12-23README: Improve wording [DOC]Marc-Andre Lafortune
2019-12-23NEWS: Hint at potential incompatibility with Range#minmax [#15807]Marc-Andre Lafortune
2019-12-23FrozenError.new accepts :receiver instead of 2nd argument [ci skip]Kazuhiro NISHIYAMA
[ruby-core:96227] [Feature #16419]
2019-12-23Revert "Changed behavior on windows platforms too [ci skip]"Kazuhiro NISHIYAMA
This reverts commit 1bf8d5e9797f6304b2e27cb7f42d467f84de0ff4. Because 204dc3f39f12b4e2640555306bd1dd4530344277 reverts 61aff0cd189e67fa6f2565639ad0128fa33b88fc
2019-12-23Add NEWS about Warning.[] [Feature #16345] [ci skip]Nobuyoshi Nakada
2019-12-23Changed behavior on windows platforms too [ci skip]Kazuhiro NISHIYAMA
at 61aff0cd189e67fa6f2565639ad0128fa33b88fc [Bug #15267]
2019-12-22add NEWS about cache improvement [ci skip]卜部昌平
2019-12-22add a NEWS entry for [Feature #16163]Koichi Sasada
2019-12-20Add Array#minmax, Range#minmax, and Proc#ruby2_keywords to NEWSJeremy Evans
2019-12-20NEWS: Update the explanation of pattern matchingYusuke Endoh
Add an example of "<expr> in <pattern>", an example of NoMatchingPatternError, and mention that the slides are slightly obsolete.
2019-12-20Refined the warning message for numbered-parameter like variablesNobuyoshi Nakada
[Bug #16438]
2019-12-16Merge RubyGems 3.1.1 and update the NEWS entry for RubyGemsHiroshi SHIBATA
2019-12-16Update the NEWS entry for Bundler 2.1.0Hiroshi SHIBATA
2019-12-14[Feature #13083] is already revertedKazuhiro NISHIYAMA
2019-12-14Update warnings in NEWSKazuhiro NISHIYAMA
2019-12-13NEWS: fix pattern matching exampleMarcus Stollsteimer
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui
to replace the address for TCP/IP connection [Feature #5180] There're 3 layers of hostname: * host address for TCP/IP * TLS server name * HTTP Host header value To test DNS round robin or check server certificate from server local, people sometimes want to connect server with given IP address but keep TLS server name and HTTP Host header value. closes [Feature #15215] closes https://github.com/ruby/ruby/pull/1893 closes https://github.com/ruby/ruby/pull/1977
2019-11-30Remove e2mmap entries from docsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/2699
2019-11-29Fixed the position in NEWS [Feature #16348]Nobuyoshi Nakada
[ci skip]
2019-11-28Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]NARUSE, Yui
2019-11-28Get rid of inadvertent label [ci skip]Nobuyoshi Nakada
2019-11-25Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-11-25Remove duplicated line in NEWS [ci skip]Junichi Ito
[ruby-core:95935] [Misc #16365]
2019-11-20add a NEWS entry for Method#inspectKoichi Sasada