aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-10-21 17:00:16 +0900
committerKoichi Sasada <ko1@atdot.net>2019-10-22 01:04:47 +0900
commit9bbc28340e62a732d1fad3676b7a81019bda2db6 (patch)
treef72995192527acc2e7d4a4000339e1fa2aef9548
parent0f0d05a3b11e6fe933c52e018900bac2bb6c9fc6 (diff)
downloadruby-9bbc28340e62a732d1fad3676b7a81019bda2db6.tar.gz
add a NEWS entry about Proc#to_s change
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 320ed6e563..2b9e1e6b8d 100644
--- a/NEWS
+++ b/NEWS
@@ -527,6 +527,9 @@ StringScanner::
* Synchronizer
* ThreadsWait
+Proc::
+ * Proc#to_s format was changed. [Feature #16101]
+
=== Stdlib compatibility issues (excluding feature bug fixes)
pathname::