aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-12 17:46:39 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-12 17:46:39 +0900
commit0f2837847d5bfb65d20a89d196393212635fbe9e (patch)
treea2c6dd20f887a1923cf1ddb0f20684e325b2dc15 /NEWS
parentfb6a489af2765a3b56e301adf0019af6bbad6156 (diff)
downloadruby-0f2837847d5bfb65d20a89d196393212635fbe9e.tar.gz
Add ticket number of `FrozenError#receiver` [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 14e8fd2b35..eb72797d5f 100644
--- a/NEWS
+++ b/NEWS
@@ -224,7 +224,7 @@ Complex::
Dir::
- Modified method::
+ Modified methods::
* Dir.glob and Dir.[] no longer allow NUL-separated glob pattern.
Use Array instead. [Feature #14643]
@@ -293,7 +293,7 @@ FrozenError::
* Added FrozenError#receiver to return the frozen object that
modification was attempted on. To set this object when raising
FrozenError in Ruby code, pass it as the second argument to
- FrozenError.new.
+ FrozenError.new. [Feature #15751]
GC::