summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-16 09:13:32 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-16 09:13:35 +0900
commit15b60bb1a48b98e2ba267c88551803df5f88355e (patch)
treeb1e6ec1d3451ff7f811c596d61f33b2d4880b380 /NEWS.md
parent5ca46399f111a8beda05bf99fc2c56e5c3076498 (diff)
Mentioned https://bugs.ruby-lang.org/issues/17767 on NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 98adab1dc8..cfce94774b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -506,6 +506,8 @@ Note: We're only listing outstanding class updates.
* `String#to_c` currently treat a sequence of underscores as an end of Complex
string. [[Bug #19087]]
+* Now `ENV.clone` raises `TypeError` as well as `ENV.dup` [[Bug #17767]]
+
### Removed constants
The following deprecated constants are removed.
@@ -680,6 +682,7 @@ The following deprecated APIs are removed.
[Feature #17351]: https://bugs.ruby-lang.org/issues/17351
[Feature #17391]: https://bugs.ruby-lang.org/issues/17391
[Bug #17545]: https://bugs.ruby-lang.org/issues/17545
+[Bug #17767]: https://bugs.ruby-lang.org/issues/17767
[Feature #17837]: https://bugs.ruby-lang.org/issues/17837
[Feature #17881]: https://bugs.ruby-lang.org/issues/17881
[Feature #18159]: https://bugs.ruby-lang.org/issues/18159