summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 817d591a27..1bce4d8f73 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -196,8 +196,8 @@ Outstanding ones only.
* Hash
- * Hash#transform_keys now accepts a hash that maps keys to new
- keys. [[Feature #16274]]
+ * Hash#transform_keys and transform_keys! now accepts a hash that maps
+ keys to new keys. [[Feature #16274]]
* Hash#except has been added, which returns a hash excluding the
given keys and their values. [[Feature #15822]]