summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/net/http.rb1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 527835a06d..3517a94482 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 30 14:45:00 2012 Zachary Scott <zachary@zacharyscott.net>
+
+ * lib/net/http.rb: Net::HTTP::Patch to list of HTTP Request Classes
+ Patch by Ryunosuke SATO [Fixes #217 on github]
+
Fri Nov 30 14:05:00 2012 Zachary Scott <zachary@zacharyscott.net>
* lib/cgi.rb: CGI example for HTML generation
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 0381099a07..d6a668e6ff 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -299,6 +299,7 @@ module Net #:nodoc:
# * Net::HTTP::Get
# * Net::HTTP::Head
# * Net::HTTP::Post
+ # * Net::HTTP::Patch
# * Net::HTTP::Put
# * Net::HTTP::Proppatch
# * Net::HTTP::Lock