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/24 20:35:44 UTC

[httpcomponents-client] branch 4.5.x updated: Document PR #269: 4.5.x use array fill and more.

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

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


The following commit(s) were added to refs/heads/4.5.x by this push:
     new 7987f75  Document PR #269: 4.5.x use array fill and more.
7987f75 is described below

commit 7987f750fd11cd17be28ea095e3b16164b1f6ef5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 24 15:35:34 2020 -0500

    Document PR #269: 4.5.x use array fill and more.
---
 RELEASE_NOTES.txt | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index d02731a..375c416 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,23 @@
+Release 4.5.14
+-------------------
+
+This is a maintenance release.
+
+
+Changelog:
+-------------------
+
+* PR #269: 4.5.x use array fill and more.
+  - Use Arrays.fill().
+  - Remove redundant modifiers. …
+  - Use Collections.addAll() and Collection.addAll() APIs instead of loops.
+  - Remove redundant returns.
+  - No need to explicitly declare an array when calling a vararg method.
+  - Remote extra semicolons (;).
+  - Use a 'L' instead of 'l' to make long literals more readable.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+
 Release 4.5.13
 -------------------