From bbd58fa2b956a33c035dbddc83e9efbe07ee7276 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 13 Oct 2016 08:06:00 +0000 Subject: hash.c: add compact and compact! methods * hash.c (rb_hash_compact, rb_hash_compact_bang): Removes nil values from the original hash, to port Active Support behavior. [Feature #11818] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 168b1feddd..699e5e69a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 13 17:05:57 2016 Dwain Faithfull + + * hash.c (rb_hash_compact, rb_hash_compact_bang): Removes nil + values from the original hash, to port Active Support behavior. + [Feature #11818] + Thu Oct 13 11:35:33 2016 Nobuyoshi Nakada * array.c (rb_ary_sort_bang, rb_ary_sort, rb_ary_sort_by_bang): -- cgit v1.2.3