summaryrefslogtreecommitdiff
path: root/NEWS.md
AgeCommit message (Collapse)Author
2020-03-10RDoc markdown parser needs explicit code block or more indents [ci skip]Nobuyoshi Nakada
2020-03-10Added link to the ticket [ci skip]Nobuyoshi Nakada
2020-03-09Update NEWS for autosplatting change [ci skip]Jeremy Evans
2020-03-03[DOC] Separated parenthesized notes from subsection headingsNobuyoshi Nakada
As the headings become link anchors, remove less useful notes. [ci skip]
2020-02-29Fix up mark-ups in NEWS [ci skip]Nobuyoshi Nakada
2020-02-29Missing links in NEWS [ci skip]Nobuyoshi Nakada
2020-02-28Update NEWS [ci skip]Jeremy Evans
2020-02-19`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada
2020-02-16NEWS.md: add missing ticket linksMarcus Stollsteimer
2020-02-16NEWS.md: improve language; markup as list itemMarcus Stollsteimer
2020-02-16NEWS.md: remove leading whitespaceMarcus Stollsteimer
2020-02-16NEWS.md: fix method references; remove surplus bracketsMarcus Stollsteimer
2020-02-11Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans
This behavior was deprecated in 2.7 and scheduled to be removed in 3.0. Calling yield in a class definition outside a method is now a SyntaxError instead of a LocalJumpError, as well. Notes: Merged: https://github.com/ruby/ruby/pull/2901
2020-01-24Add #verify_hostname= and #verify_hostname to skip hostname verificationNARUSE, Yui
[Feature #16555] https://github.com/ruby/ruby/pull/2858
2020-01-22Remove special handling of $SAFE and related C-APIsJeremy Evans
These were all deprecated in Ruby 2.7. Notes: Merged: https://github.com/ruby/ruby/pull/2845
2020-01-19NEWS.md: set code format explicitly [ci skip]Nobuyoshi Nakada
It is not set by default in the Github viewer. Notes: Merged: https://github.com/ruby/ruby/pull/2851
2020-01-19Sort globbed results by default [Feature #8709]Nobuyoshi Nakada
Sort the results which matched single wildcard or character set in binary ascending order, unless `sort: false` is given. The order of an Array of pattern strings and braces are not affected. Notes: Merged: https://github.com/ruby/ruby/pull/2846
2020-01-18NEWS.md: reduce headings level [ci skip]Nobuyoshi Nakada
As the only h2 did not have its exclusively owned body text, merged it to the first paragraph. Then pulled up h3 and deeper headings.
2020-01-18NEWS.md: made ticket references links [ci skip]Nobuyoshi Nakada
2020-01-18NEWS.md: fixed lists and indents [ci skip]Nobuyoshi Nakada
* The definition lists extensions of the RDoc Markdown parser does not support nesting. * The RDoc Markdown parser requires more indents for nested lists.
2020-01-16Removed xmlrpc and net-telnet from the bundled gems.Hiroshi SHIBATA
[Feature #16484][ruby-core:96682]
2020-01-15NEWS.md: mention "Freeze Regexp literals" [Feature #8948]Yusuke Endoh
2020-01-15NEWS.md: converted from NEWSYusuke Endoh
and NEWS is deleted