diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index f892daba46..8b815d489c 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,17 +1,25 @@ Release 5.2.1 ------------------ -This is the second GA release in the 5.2 release series. - -Please note that 5.2 upgrades the minimal JRE level to version 8 (8u251 is required). - +This is a maintenance release that fixes several regressions found in release 5.2. Change Log ------------------- +* Regression: Async execution runtimes set the negotiated protocol version in the execution + context at the wrong point of request execution. + Contributed by Oleg Kalnichevski + +* Cancel connection request on exception. + Contributed by Bryan Keller + * Replace deprecated use of LangUtils#equals() with Objects.equals(). Contributed by Gary Gregory +* Regression: Multipart body builder and multipart formatters fail to escape special characters + such as backslash and quote mark. + Contributed by Oleg Kalnichevski + Release 5.2 ------------------