summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-13 08:15:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-13 08:15:43 +0000
commitf087533b8ba13fa3f1765618067ab298b97ebea1 (patch)
tree6a6d10e0b3e9244952923c95054f932e671ff28b /NEWS
parentbbd58fa2b956a33c035dbddc83e9efbe07ee7276 (diff)
NEWS: [Feature #11818] [ci skip]
* NEWS: add Hash#compact and Hash#compact!. [Feature #11818] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f3c9f1aa2..73b5bd21a2 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Hash
* Hash#transform_values and Hash#transform_values! [Feature #12512]
+ * Hash#compact and Hash#compact! [Feature #11818]
* Integer