You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2020/01/28 17:21:38 UTC

[httpcomponents-client] branch master updated: Build requests from method names in ClassicHttpRequests #204.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new ca61e60  Build requests from method names in ClassicHttpRequests #204.
ca61e60 is described below

commit ca61e6052d86c98c222969303aa54470e8612a95
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 28 12:21:34 2020 -0500

    Build requests from method names in ClassicHttpRequests #204.
---
 RELEASE_NOTES.txt | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 3da16a0..cd8eeb8 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,4 +1,12 @@
-Release 5.0-BETA7
+Release 5.0-BETA8
+-----------------
+
+* Build requests from method names in ClassicHttpRequests #204.
+  ClassicHttpRequests.create(String, String)
+  ClassicHttpRequests.create(String, URI)
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+Release 5.0-BETA7
 -----------------
 
 This BETA release upgrades HttpCore to the latest version  and addresses a number of issues found