summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2018-10-07 13:02:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-16 17:49:53 +0900
commit301d194ee3b49e6b078eccb999dd538e9bfa8c7c (patch)
tree8488af78fa5c0f0dab79905a577e365acef7ca01 /NEWS.md
parenteee709595cecdbc35d7bca9e779c36523c4659c5 (diff)
Add Integer.try_convert [Feature #15211]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4654
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index b30d707b4d..793da5b579 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -92,6 +92,10 @@ Outstanding ones only.
* File.dirname now accepts an optional argument for the level to
strip path components. [[Feature #12194]]
+* Integer
+
+ * Integer.try_convert is added. [[Feature #15211]]
+
* Module
* Module#prepend now modifies the ancestor chain if the receiver
@@ -191,6 +195,7 @@ Excluding feature bug fixes.
[Feature #12194]: https://bugs.ruby-lang.org/issues/12194
[Feature #14256]: https://bugs.ruby-lang.org/issues/14256
[Feature #15198]: https://bugs.ruby-lang.org/issues/15198
+[Feature #15211]: https://bugs.ruby-lang.org/issues/15211
[Feature #16043]: https://bugs.ruby-lang.org/issues/16043
[Feature #16806]: https://bugs.ruby-lang.org/issues/16806
[Feature #17312]: https://bugs.ruby-lang.org/issues/17312