Issue13696 - Fix 302 Redirection for Relative urls.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6e5b7f3..08f897f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,8 @@
 Library
 -------
 
+- Issue #13696: Fix the 302 Relative URL Redirection problem.
+
 - Issue #13636: Weak ciphers are now disabled by default in the ssl module
   (except when SSLv2 is explicitly asked for).