summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-10 16:53:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-10 16:53:52 +0000
commit1bf63d9e78751859766331358080084632429cdf (patch)
treeee95505e6ce644968abc99e5cb6dbb1606a36ab8 /ChangeLog
parentb40c614b29994fa84d6d1a6bf890a67eec061aae (diff)
downloadruby-1bf63d9e78751859766331358080084632429cdf.tar.gz
ruby-1bf63d9e78751859766331358080084632429cdf.tar.xz
ruby-1bf63d9e78751859766331358080084632429cdf.zip
* lib/net/http.rb (Net::HTTP::get): now supports gzip
content-encoding. a patch from Hugh Sasse <hgs AT dmu.ac.uk>. [ruby-core:13451] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14187 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 e265aa7fe..cc5788be3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Dec 11 01:51:34 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/net/http.rb (Net::HTTP::get): now supports gzip
+ content-encoding. a patch from Hugh Sasse <hgs AT dmu.ac.uk>.
+ [ruby-core:13451]
+
Tue Dec 11 01:21:21 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* parse.y (shadowing_lvar_gen): no duplicate error for "_".