aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
Commit message (Collapse)AuthorAgeFilesLines
* Update bundled gems list at 2022-08-18git2022-08-181-1/+1
|
* [DOC] Add the link to [Feature #18809]Nobuyoshi Nakada2022-08-131-0/+1
|
* Add a NEWS entry about Integer#ceildiv [ci skip]Kouhei Yanagita2022-08-131-0/+3
|
* Update default gems list at 1b32a4c7bb2e1ceb456b191ca88289 [ci skip]git2022-08-101-0/+1
|
* Update bundled gems list at 2022-08-10git2022-08-101-1/+1
|
* Update default gems list at 5c9ce5475736756891238a3e3fe581 [ci skip]git2022-08-081-0/+1
|
* Fix a link [ci skip]Kazuhiro NISHIYAMA2022-08-011-0/+1
|
* Mention Enumerator.product/Enumerator::Product in the NEWS.mdAkinori MUSHA2022-07-301-0/+3
|
* Update bundled gems list at 156da55c164e5463edf15bae05021b [ci skip]git2022-07-131-1/+1
|
* Update bundled gems list at 2022-07-12git2022-07-121-1/+1
|
* Update bundled gems list at 2022-07-06git2022-07-061-1/+1
|
* Update bundled gems list at 2022-07-04git2022-07-041-1/+1
|
* Update bundled gems list at e0c6e288f0fe4c285dd4e16283835f [ci skip]git2022-07-011-1/+1
|
* Update default gems list at 50e13870bffa3561be13faa31c3fcb [ci skip]git2022-06-251-1/+1
|
* Update bundled gems list at 2022-06-21git2022-06-211-1/+1
|
* [Feature #18788] Support options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-201-2/+4
| | | | | `Regexp.new` now supports passing the regexp flags not only as an `Integer`, but also as a `String. Unknown flags raise errors.
* Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+5
| | | | | Now second argument should be `true`, `false`, `nil` or Integer. This flag is confused with third argument some times.
* Update bundled gems list at 150bd6e2427a8a6178aa5f8ebc39ce [ci skip]git2022-06-201-1/+1
|
* Update bundled gems list at 2022-06-15git2022-06-151-0/+1
|
* Add Module#undefined_instance_methodsJeremy Evans2022-06-061-0/+2
| | | | | Implements [Feature #12655] Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
* Update default gems list at fde4519af8762fccc8488d1972d984 [ci skip]git2022-05-251-0/+1
|
* Update bundled gems list at 2022-05-21git2022-05-211-1/+1
|
* Update default gems list at bcdbfe4b6e09c0076571addd1d0dd3 [ci skip]git2022-05-201-0/+2
|
* Update default gems list at 6b6d7df39db2447dd675b2558aab69 [ci skip]git2022-05-181-0/+1
|
* Fix various autoload race conditions. (#5898)Samuel Williams2022-05-151-0/+3
| | | | | | | | | | | * Add RUBY_VM_CRITICAL_SECTION for detecting unexpected context switch. * Prevent race between GC mark and autoload setup. * Protect race on autoload state. * Avoid potential race condition when allocating `autoload_featuremap`. * Add NEWS entry for autoload fixes.
* Update default gems list at ecf32dbfc03c39a75fdd8a4e4dc3cb [ci skip]git2022-05-091-1/+1
|
* Update default gems list at a370eb5a6360a789b7c5249d97169f [ci skip]git2022-05-091-1/+1
|
* Update default gems list at 30632efeaad6f5837102ff4229777e [ci skip]git2022-05-091-1/+1
|
* Update default gems list at fbbe7ac7e3256e78d01e0b92d74611 [ci skip]git2022-05-091-1/+1
|
* Update bundled gems list at 25eb63fa7fa7075764cd71920eb89d [ci skip]git2022-05-081-1/+1
|
* Update default gems list at cd2613b6a43bac87574dac17b8b9b8 [ci skip]git2022-04-271-0/+1
|
* Resolve several markedown warningsTim Smith2022-04-191-6/+6
| | | | | | | - Spaces before and after blocks. - Single spaces after sentences everywhere Signed-off-by: Tim Smith <tsmith@mondoo.com>
* Update default gems list at 2aca566a104ad42579be03374446fd [ci skip]git2022-04-151-0/+1
|
* Update bundled gems list at 8197ae35f90aa1c260b5782c08827d [ci skip]git2022-04-061-1/+1
|
* Give some tips on how to find the missing ruby2_keywordsBenoit Daloze2022-04-051-1/+5
|
* Add NEWS entry for Bug #18625 to help adding ruby2_keywords in the missing ↵Benoit Daloze2022-04-051-0/+29
| | | | places
* Update bundled gems list at e73d76027e7a7e0927785c66629c18 [ci skip]git2022-04-021-1/+1
|
* Update bundled gems list at b3a05827c716bbb6a54cb6924f5840 [ci skip]git2022-04-011-0/+1
|
* Update default gems list at 06f94d1784c6f00ba7d21af57af0d0 [ci skip]git2022-04-011-0/+1
|
* Update default gems list at 8a38419b73ec2b698dd2d0462055f3 [ci skip]git2022-03-311-1/+1
|
* Update NEWS for proc autosplat changeJeremy Evans2022-03-301-0/+12
|
* Update NEWS for TracePoint#enable target_thread default changeJeremy Evans2022-03-291-0/+4
|
* [DOC] Move the entry for [Feature #18571]Nobuyoshi Nakada2022-03-281-3/+5
|
* Fix a link [ci skip]Kazuhiro NISHIYAMA2022-03-281-0/+1
|
* Added entry of Psych changes for #18571Hiroshi SHIBATA2022-03-281-1/+3
|
* Update NEWS for {Kernel,TracePoint}#binding changeJeremy Evans2022-03-251-0/+9
|
* Update default gems list at 4c4a1e2035e08a627e71efd41d6654 [ci skip]git2022-03-241-1/+1
|
* Fix a link [ci skip]Kazuhiro NISHIYAMA2022-03-221-0/+1
|
* Add a NEWS entry about [Feature #18598] [ci skip]Shugo Maeda2022-03-181-0/+1
|
* Make Proc#parameters support lambda keyword for returning parameters as if ↵Jeremy Evans2022-03-171-0/+2
| | | | | | | | lambda This makes it easier to use Proc#parameters to build wrappers. Implements [Feature #15357]