aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-12-15 17:05:35 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2020-12-15 17:09:01 -0500
commit8558d5e4801b74b058dc2a534be2be85037cadb5 (patch)
treedd1a628433a5afa7e712a42f626853b9ca603906 /NEWS.md
parentd5f0d338c7b5d3d64929b51d29061d369550e8c4 (diff)
downloadruby-8558d5e4801b74b058dc2a534be2be85037cadb5.tar.gz
Document Hash#transform_keys with hash. Amend NEWS [DOC] [ci skip]
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]]