From 8558d5e4801b74b058dc2a534be2be85037cadb5 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Tue, 15 Dec 2020 17:05:35 -0500 Subject: Document Hash#transform_keys with hash. Amend NEWS [DOC] [ci skip] --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS.md') 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]] -- cgit v1.2.3