summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index f79fe93872..a1838f14e3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -271,8 +271,8 @@ Outstanding ones only.
* Modified methods
- * The following methods now return String instances instead of
- subclass instances when called on subclass instances:
+ * The following methods now return or yield String instances
+ instead of subclass instances when called on subclass instances:
[[Bug #10845]]
* `String#*`
@@ -285,7 +285,9 @@ Outstanding ones only.
* `String#delete_suffix`
* `String#downcase`
* `String#dump`
- * `String#each/#each_line`
+ * `String#each_char`
+ * `String#each_grapheme_cluster`
+ * `String#each_line`
* `String#gsub`
* `String#ljust`
* `String#lstrip`