summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
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
2019-11-18NEWS: Add an example for the warning of "yield in singleton class"Yusuke Endoh
2019-11-18* remove trailing spaces. [ci skip]git
2019-11-18Update NEWS for $SAFE/taint changesJeremy Evans
Notes: Merged: https://github.com/ruby/ruby/pull/2476
2019-11-14Added default gems entry to NEWSHiroshi SHIBATA
2019-11-14Update RubyGems and Bundler entries on NEWSHiroshi SHIBATA
2019-11-12Add ticket number of `FrozenError#receiver` [ci skip]Kazuhiro NISHIYAMA
2019-11-12Revert "Method reference operator"Nobuyoshi Nakada
This reverts commit 67c574736912003c377218153f9d3b9c0c96a17b. [Feature #16275]
2019-11-12NEWS: Make it clear that delegation syntax `(...)` requires parenthesesYusuke Endoh
Ref [Feature #16253]
2019-11-12add NEWS about _1 as a local variable [ci skip]卜部昌平
2019-11-12add a NEWS entry about builtin features.Koichi Sasada
2019-11-05Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui
This reverts commit 6ffc045a817fbdf04a6945d3c260b55b0fa1fd1e.