You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/11/24 19:13:10 UTC

[httpcomponents-client] 08/08: Document PR #270: Master try w res and more.

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

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

commit f5639a63f5294c75c7cd3c8edd3d10d0c774df01
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 24 09:26:26 2020 -0500

    Document PR #270: Master try w res and more.
---
 RELEASE_NOTES.txt | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index fd68a5e..154a68e 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,4 +1,20 @@
-Release 5.0.3
+Release 5.0.4
+-------------------
+
+Changelog:
+-------------------
+
+* PR #270: Master try w res and more.
+  - Use try-with-resources.
+  - Use Arrays.fill().
+  - Add missing @override.
+  - Simplify if/else.
+  - Remove redundant modifiers. …
+  - Remove redundant returns.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+
+Release 5.0.3
 -------------------
 
 This is a maintenance release that fixes incorrect handling of malformed authority component
@@ -91,7 +107,7 @@ Changelog:
 
 * Bug fix: Classic connection managers fail to take #isConsistent() flag into account when
   re-using persistent connections.
-  Contributed by Oleg Kalnichevski <olegk at apache.org>
+7  Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * HTTPCLIENT-2077: Authentication failure due to incorrect NTLM auth value check.
   Contributed by vonahok <64310078+vonahok at users.noreply.github.com>