summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 14:39:06 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 14:39:06 +0000
commit88243c5303ec5db2a58e355dd494b63f85b85558 (patch)
tree979b1c12b8922d31efdd2133420862a089289001 /NEWS
parent8ec6fcb2f6cd9bc453173477eb237298a5e5bab5 (diff)
* lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST request.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 806dc28fb4..64eb99e8b0 100644
--- a/NEWS
+++ b/NEWS
@@ -217,6 +217,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* Don't allow , as a separator [Bug #12791]
+* Net::HTTP
+ * New method: Net::HTTP.post [Feature #12375]
+
=== Compatibility issues (excluding feature bug fixes)
* Array#sum and Enumerable#sum are implemented. [Feature #12217]