From 51e2647d6cb51540a4048dbf67822a5febf9c926 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 24 Nov 2020 09:26:26 -0500 Subject: [PATCH] Document PR #270: Master try w res and more. --- RELEASE_NOTES.txt | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 8636db60a..90d7626f8 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,4 +1,25 @@ -Release 5.0.2 +Release 5.0.3 +----------------- + +This release upgrades HttpCore to the latest version, improves conformance to RFC 7235 +(Hypertext Transfer Protocol (HTTP/1.1): Authentication) and addresses a number of +issues found since 5.0.2 release. + +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 + + + +Release 5.0.2 ----------------- This release upgrades HttpCore to the latest version, improves conformance to RFC 7235 @@ -77,7 +98,7 @@ Changelog: * Bug fix: Classic connection managers fail to take #isConsistent() flag into account when re-using persistent connections. - Contributed by Oleg Kalnichevski +7 Contributed by Oleg Kalnichevski * HTTPCLIENT-2077: Authentication failure due to incorrect NTLM auth value check. Contributed by vonahok <64310078+vonahok at users.noreply.github.com>