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/11/27 23:57:26 UTC

[httpcomponents-core] branch master updated: Update RELEASE_NOTES.txt

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-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 2901233  Update RELEASE_NOTES.txt
2901233 is described below

commit 29012337f634ed1c9af7ef1fad7b356f1390091a
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Nov 27 18:57:19 2020 -0500

    Update RELEASE_NOTES.txt
    
    Minor edit.
---
 RELEASE_NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 7e0008a..91558f2 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -16,7 +16,7 @@ Change Log
   - Use diamonds.
   - Add missing @Override.
   - Make better use of Map APIs.
-  - Remove redundant modifiers. …
+  - Remove redundant modifiers.
   - Use Collections.addAll() API instead of loops.
   - Remote extra semicolons (;).
   Contributed by Gary Gregory <garydgregory at gmail.com>