aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-03 09:44:44 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-03 09:44:44 +0000
commit871e9d175e07e364802f00c945cec56ef42084df (patch)
treeedbe6570cf15491eed37c7c929eca6e6143d59e8 /ChangeLog
parent800dda6c28aad062d1d3c3342fb3dcd23ae790f3 (diff)
downloadruby-871e9d175e07e364802f00c945cec56ef42084df.tar.gz
* hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.
* hash.c (env_select_bang): ..and to ENV. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9550be8e5d..bbd4c2ee7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 3 18:35:55 2010 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.
+
+ * hash.c (env_select_bang): ..and to ENV.
+
Wed Mar 3 15:54:20 2010 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/matrix.rb (Vector#each2, collect2): small refactoring.