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:05:33 UTC

[httpcomponents-core] 09/09: Document PR #232: 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-core.git

commit f5e3f4bb43a543a043e57001abfd8342add4bfb1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 23 18:57:46 2020 -0500

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 2522197..bea9736 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,21 @@
+Release 5.0.3
+------------------
+
+Change Log
+-------------------
+
+* PR #232: Master try w res and more.
+  - Use try-with-resources.
+  - Use diamonds.
+  - Add missing @Override.
+  - Make better use of Map APIs.
+  - Remove redundant modifiers. …
+  - Use Collections.addAll() API instead of loops.
+  - Remote extra semicolons (;).
+  Contributed by Gary Gregory <garydgregory at gmail.com>
+
+
+
 Release 5.0.2
 ------------------