aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-17 00:11:20 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-17 00:11:20 +0000
commitca25e7962c906d9136912de4e5ab5c3788636b2b (patch)
tree93343f287b3c4eafef8ceaf8bd3b06532d306eb5 /ChangeLog
parent2adddf4c2b614f9271ef8c8628a9149f3a3a002a (diff)
downloadruby-ca25e7962c906d9136912de4e5ab5c3788636b2b.tar.gz
* object.c: Document Module#method_added and #method_removed.
Patch by Bryce Kerley. [Ruby 1.9 - Feature #4867] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3145af7b39..44119a5a70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 17 09:11:05 2011 Eric Hodel <drbrain@segment7.net>
+
+ * object.c: Document Module#method_added and #method_removed.
+ Patch by Bryce Kerley. [Ruby 1.9 - Feature #4867]
+
Fri Jun 17 08:50:16 2011 Eric Hodel <drbrain@segment7.net>
* io.c: Improve documentation of IO and File open and new.