summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3b276e9216..cb87ada7ab 100644
--- a/NEWS
+++ b/NEWS
@@ -24,8 +24,8 @@ sufficient information, see the ChangeLog file or Redmine
* lambda with no block in a method called with a block errs.
-* Non-Symbol keys in a keyword arguments hash was prohibited at 2.6.0, but
- now allowed again. [Bug #15658]
+* Non-Symbol keys in a keyword arguments hash were prohibited in 2.6.0,
+ but are now allowed again. [Bug #15658]
* Numbered parameter as the default block parameter is introduced as an
experimental feature. [Feature #4475]