aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-25 00:19:37 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-25 00:19:37 +0000
commit9af99106c1b9e0c0d06ba7879d813834f0564881 (patch)
tree766afcc6c4b8f5427c7119e2b6e276e428fc3cd3 /ChangeLog
parent421875eeffe50cd08952a19e292c28fa2ba864e6 (diff)
downloadruby-9af99106c1b9e0c0d06ba7879d813834f0564881.tar.gz
* ext/zlib/zlib.c: Fix Document-method declarations. Improve
Zlib::GzipFile's method catalog. [Ruby 1.9 - Bug #4695] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31726 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 18da7c7543..e1ca3dde44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 25 09:19:17 2011 Eric Hodel <drbrain@segment7.net>
+
+ * ext/zlib/zlib.c: Fix Document-method declarations. Improve
+ Zlib::GzipFile's method catalog. [Ruby 1.9 - Bug #4695]
+
Wed May 25 08:22:12 2011 Eric Hodel <drbrain@segment7.net>
* lib/erb.rb: Hide documentation for implementation details of ERB.