aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-28 12:18:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-02-19 15:46:26 +0900
commitf0b815dc670b61eba1daaa67a8613ac431d32b16 (patch)
treebd32191e8fdfb34701afce748c5d1ed8f1e6347a /NEWS.md
parent90d082e374abb2f76075ec143b255e3a53157b41 (diff)
downloadruby-f0b815dc670b61eba1daaa67a8613ac431d32b16.tar.gz
`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 1d5bd6adb8..203fa08f78 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -34,6 +34,13 @@ sufficient information, see the ChangeLog file or Redmine
* Hash#transform_keys now accepts a hash that maps keys to new
keys. [[Feature #16274]]
+* Symbol
+
+ * Modified method
+
+ * Symbol#to_proc now returns a lambda Proc.
+ [[Feature #16260]]
+
## Stdlib updates (outstanding ones only)
* Net::HTTP
@@ -71,6 +78,7 @@ sufficient information, see the ChangeLog file or Redmine
[Feature #8948]: https://bugs.ruby-lang.org/issues/8948
[Feature #15575]: https://bugs.ruby-lang.org/issues/15575
[Feature #16131]: https://bugs.ruby-lang.org/issues/16131
+[Feature #16260]: https://bugs.ruby-lang.org/issues/16260
[Feature #16274]: https://bugs.ruby-lang.org/issues/16274
[Feature #16377]: https://bugs.ruby-lang.org/issues/16377
[Feature #16555]: https://bugs.ruby-lang.org/issues/16555