aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] Separated parenthesized notes from subsection headingsNobuyoshi Nakada2020-03-031-4/+12
| | | | | As the headings become link anchors, remove less useful notes. [ci skip]
* Fix up mark-ups in NEWS [ci skip]Nobuyoshi Nakada2020-02-291-5/+5
|
* Missing links in NEWS [ci skip]Nobuyoshi Nakada2020-02-291-0/+4
|
* Update NEWS [ci skip]Jeremy Evans2020-02-281-2/+39
|
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-191-0/+8
|
* NEWS.md: add missing ticket linksMarcus Stollsteimer2020-02-161-3/+8
|
* NEWS.md: improve language; markup as list itemMarcus Stollsteimer2020-02-161-4/+5
|
* NEWS.md: remove leading whitespaceMarcus Stollsteimer2020-02-161-2/+2
|
* NEWS.md: fix method references; remove surplus bracketsMarcus Stollsteimer2020-02-161-2/+2
|
* Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans2020-02-111-0/+2
| | | | | | | | 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.
* Add #verify_hostname= and #verify_hostname to skip hostname verificationNARUSE, Yui2020-01-241-0/+7
| | | | | [Feature #16555] https://github.com/ruby/ruby/pull/2858
* Remove special handling of $SAFE and related C-APIsJeremy Evans2020-01-221-0/+2
| | | | These were all deprecated in Ruby 2.7.
* NEWS.md: set code format explicitly [ci skip]Nobuyoshi Nakada2020-01-191-1/+1
| | | It is not set by default in the Github viewer.
* Sort globbed results by default [Feature #8709]Nobuyoshi Nakada2020-01-191-0/+8
| | | | | | 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.
* NEWS.md: reduce headings level [ci skip]Nobuyoshi Nakada2020-01-181-13/+11
| | | | | | 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.
* NEWS.md: made ticket references links [ci skip]Nobuyoshi Nakada2020-01-181-2/+7
|
* NEWS.md: fixed lists and indents [ci skip]Nobuyoshi Nakada2020-01-181-7/+8
| | | | | | | * The definition lists extensions of the RDoc Markdown parser does not support nesting. * The RDoc Markdown parser requires more indents for nested lists.
* Removed xmlrpc and net-telnet from the bundled gems.Hiroshi SHIBATA2020-01-161-0/+6
| | | | [Feature #16484][ruby-core:96682]
* NEWS.md: mention "Freeze Regexp literals" [Feature #8948]Yusuke Endoh2020-01-151-0/+6
|
* NEWS.md: converted from NEWSYusuke Endoh2020-01-151-0/+35
and NEWS is deleted