summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-24 14:55:04 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-24 14:55:07 -0800
commitd15de2f0d73d452d1db582ab9634c3edcf77bb41 (patch)
treebb7173a30f3a636e608a330be9ddbc257332214e /NEWS.md
parent1c0c1c8098bfb989ff5288b2e0a43b1bd0be2781 (diff)
Add a NEWS entry about erb -S removal [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index d05957cf21..947b0aed64 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -238,8 +238,10 @@ Note: We're only listing outstanding class updates.
## Stdlib updates
-* SyntaxSuggest
+* ERB
+ * `-S` option is removed from `erb` command.
+* SyntaxSuggest
* The feature of `syntax_suggest` formerly `dead_end` is integrated in Ruby.
[[Feature #18159]]