You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ck...@apache.org on 2020/09/14 15:16:11 UTC

[httpcomponents-core] 12/13: Update RELEASE_NOTES.txt

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

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

commit 9d3339cacd4cd62695e070f473fe4e66f227bbe5
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon Sep 14 08:50:31 2020 -0400

    Update RELEASE_NOTES.txt
    
    Start sentences with a capital letter.
---
 RELEASE_NOTES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index e130d97..ed9f8bb 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -30,16 +30,16 @@ Change Log
 * HTTPCORE-639: Add a configurable ResponseOutOfOrder strategy for DefaultBHttpClientConnection.
   Contributed by Carter Kozak <c4kofony at gmail.com>
 
-* RFC 3986 conformance: support percent-encoded reserved characters in the host component.
+* RFC 3986 conformance: Support percent-encoded reserved characters in the host component.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* RFC 3986 conformance: revised URI parsing and formatting.
+* RFC 3986 conformance: Revised URI parsing and formatting.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Better parse and format methods for URIAuthority.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCORE-628: do not encode blanks as + in URI query component.
+* HTTPCORE-628: Do not encode blanks as + in URI query component.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * Async connection listeners to support passing attachments to endpoints.