summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-15 23:12:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-15 23:12:24 +0900
commit3a3f48fb8fbdbb810d9b675159529970015316b9 (patch)
tree67803cf6672da6f2380172bddf68fcb1e14cf437 /NEWS
parent751d4ab9c2382d60868446cc69fdac0a9f6cdf4a (diff)
Comment lines can be placed between fluent dot now
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3848b6df9d..aa9919d837 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,12 @@ sufficient information, see the ChangeLog file or Redmine
* The flip-flop syntax deprecation is reverted. [Feature #5400]
+* Comment lines can be placed between fluent dot now.
+
+ foo
+ # .bar
+ .baz # => foo.baz
+
=== Core classes updates (outstanding ones only)
Complex::