summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-20 02:32:50 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-20 02:40:59 +0900
commitb80df6e8e0a59207545822d92c0a4f78cd64ef5e (patch)
treec1c999c7aa61e39c8e4258181ad3263405625146 /NEWS
parente6378cdcd8246697be652b74442f9c07503e0ba6 (diff)
Update NEWS and documents [ci skip]
[Feature #11297] [Feature #16123]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fce2ade06b..ac227110de 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,9 @@ sufficient information, see the ChangeLog file or Redmine
# .bar
.baz # => foo.baz
+* Calling a private method with a literal <code>self.</code> as the receiver
+ is now allowed. [Feature #11297] [Feature #16123]
+
=== Core classes updates (outstanding ones only)
Complex::