aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-14 18:39:53 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-14 18:39:53 +0000
commit39da1b63699faf30c86e753e193c29b81b16136d (patch)
tree437fb0327d363f4370f009d2c4c31fc73fd177ac /ChangeLog
parent6d198d2377972d5f9648df68e15cd104331ad18c (diff)
downloadruby-39da1b63699faf30c86e753e193c29b81b16136d.tar.gz
* ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #4695] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31572 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 477049aea7..75625c7c38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 15 03:39:35 2011 Eric Hodel <drbrain@segment7.net>
+
+ * ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.
+ [Ruby 1.9 - Bug #4695]
+
Sun May 15 03:23:46 2011 Eric Hodel <drbrain@segment7.net>
* lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang.