aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix code block indents [ci skip]Nobuyoshi Nakada2020-12-151-12/+12
| | | | | RDoc::Markdown requires all block elements nested under bullet list to be indended deeper than the first column of the list.
* Fix indent for rdoc's markdownYusuke Endoh2020-12-141-23/+23
| | | | It seems that nested points need four spaces
* Add information to Caveats section in NEWS.mdJunichi Ito2020-12-141-1/+1
|
* Remove "2.8" from NEWS.mdJunichi Ito2020-12-141-1/+1
|
* Sorted links by URLs and issue numbers [ci skip]Nobuyoshi Nakada2020-12-131-1/+1
| | | | | | ``` ruby -e 'puts readlines.sort_by {[_1[%r[(https?://.*?)(?:/\d+)?$],1], _1[/\d+$/].to_i]}' ```
* Add NEWS about open-uri and Kernel#openJunichi Ito2020-12-131-0/+4
| | | There might be a lot of codes using redefined Kernel#open via open-uri, so it's worth mentioning that.
* Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto2020-12-131-7/+17
|
* Remove unused link [ci skip]Kazuhiro NISHIYAMA2020-12-121-1/+0
|
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-0/+3
| | | | | | | | | This speeds up all instance variable access, even when not in verbose mode. Uninitialized instance variable warnings were rarely helpful, and resulted in slower code if you wanted to avoid warnings when run in verbose mode. Implements [Feature #17055]
* Fix a link [ci skip]Kazuhiro NISHIYAMA2020-12-101-0/+1
|
* Add connect_timeout to TCPSocketMasaki Matsushita2020-12-101-0/+4
| | | | | | Add connect_timeout to TCPSocket.new in the same way as Socket.tcp. Closes [Feature #17187]
* Bump version numbers of RubyGems and Bundler on NEWSHiroshi SHIBATA2020-12-081-2/+2
|
* Fix links [ci skip]Kazuhiro NISHIYAMA2020-12-081-0/+2
|
* Add NEWS about UTF-8 on WindowsNARUSE, Yui2020-12-081-0/+6
| | | | | * 94b6933d1c6f4c8698319fbcac9dcecc9033b4b9 * ca76337a00244635faa331afd04f4b75161ce6fb
* Add NEWS about Net::SMTP [ci skip]Kazuhiro NISHIYAMA2020-12-081-0/+8
|
* Remove resolv_timeout of TCPSocket.new from NEWSMasaki Matsushita2020-12-071-9/+0
| | | | | We couldn't support it for now, because getaddrinfo_a(3) was reverted in 5d8bcc4870. `resolv_timeout` will be just ignored.
* Mentioned numbered parameter assignment is a SyntaxError in NEWS [ci skip]Jeremy Evans2020-12-051-1/+4
| | | | Requested by Junichi Ito.
* Fixed a code block in NEWS [ci skip]Nobuyoshi Nakada2020-12-041-0/+1
| | | | | A code block needs to be separated from the previous paragraph by an empty line.
* Fixed links in NEWS [ci skip]Nobuyoshi Nakada2020-12-041-2/+2
| | | | | * added a missing link * removed a duplicated link
* Remove backticks from method names in NEWS [ci skip]Jeremy Evans2020-12-031-76/+76
| | | | nobu pointed out this prevents automatic linking to the methods.
* Update NEWS [ci skip]Jeremy Evans2020-12-031-183/+162
| | | | | | Make core class updates section use a consistent format. Alphabetize core class updates section by class name, and stdlib updates section by library name. Minor formatting changes while here.
* Add Proc#{==,eql?} addition to NEWS [ci skip]Jeremy Evans2020-12-021-0/+7
|
* NEWS for [Feature #17136] [ci skip]Nobuyoshi Nakada2020-11-281-0/+5
|
* Add CSV 3.1.9 to NEWSSutou Kouhei2020-11-241-0/+4
|
* NEWS for [Feature #16233] [ci skip]Nobuyoshi Nakada2020-11-221-0/+7
|
* Minor fixes to NEWS for String subclass method change [ci skip]Jeremy Evans2020-11-201-3/+5
|
* Update NEWS for String subclass method change [ci skip]Jeremy Evans2020-11-201-0/+41
|
* Update the default gems section in NEWS.mdHiroshi SHIBATA2020-11-191-7/+19
|
* Add Fiddle 1.0.2 to NEWSSutou Kouhei2020-11-181-0/+4
|
* NEWS: Add --backtrace-limit option [ci skip]Junichi Ito2020-11-171-0/+5
|
* Remove NEWS entry about taint deprecation warnings [ci skip]Jeremy Evans2020-11-171-3/+0
| | | | | | JunichiIto on GitHub correctly pointed out this is no longer accurate due to the change to not display deprecation warnings by default.
* Fix a link [ci skip]Kazuhiro NISHIYAMA2020-11-161-0/+1
|
* Fix links [ci skip]Kazuhiro NISHIYAMA2020-11-161-1/+1
|
* NEWS: merge Range and Regexp being frozen [doc]Marc-Andre Lafortune2020-11-151-7/+3
|
* Fix some typos in NEWS.md.Fabio Sangiovanni2020-11-101-4/+4
|
* Rename to `Fiber#set_scheduler`.Samuel Williams2020-11-071-3/+3
|
* Update NEWS for Array methods changeJeremy Evans2020-11-031-0/+19
|
* Rightward assignment is replaced by one-line pattern matchingKazuki Tsujimoto2020-11-041-7/+0
|
* Add links to the tickets [ci skip]Kazuhiro NISHIYAMA2020-11-031-0/+4
|
* Fix typo in the auto compact announcement [ci-skip]Luciano Sousa2020-11-021-1/+1
| | | | | | I'm sorry, but I think there is a typo here. This fix will help folks who are trying to translate this announcement to other languages. I hope this is not a joke and I didn't get it 🙏
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-021-0/+10
| | | | | | | | | | * `GC.auto_compact=`, `GC.auto_compact` can be used to control when compaction runs. Setting `auto_compact=` to true will cause compaction to occurr duing major collections. At the moment, compaction adds significant overhead to major collections, so please test first! [Feature #17176]
* Pattern matching is no longer experimentalKazuki Tsujimoto2020-11-011-1/+17
|
* Add Thread.ignore_deadlock accessorJeremy Evans2020-10-281-0/+3
| | | | | | | | | | Setting this to true disables the deadlock detector. It should only be used in cases where the deadlock could be broken via some external means, such as via a signal. Now that $SAFE is no longer used, replace the safe_level_ VM flag with ignore_deadlock for storing the setting. Fixes [Bug #13768]
* NEWS.md: mention TypeProfYusuke Endoh2020-10-201-2/+35
|
* add a NEWS for Fiber#transferKoichi Sasada2020-10-201-0/+1
|
* Add links to the tickets [ci skip]Kazuhiro NISHIYAMA2020-10-011-0/+3
|
* [ruby/ostruct] Improved YAML serialization.Marc-Andre Lafortune2020-09-301-0/+1
| | | | Patch adapted from Pietro Monteiro [Fixes bug#8382]
* [ruby/ostruct] Update NEWSMarc-Andre Lafortune2020-09-301-0/+8
|
* Remove trailing whitespace [doc]Marc-Andre Lafortune2020-09-301-1/+1
|
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-09-271-1/+1
|