HttpCore 5.1-beta2 release announcement update
diff --git a/src/site/apt/news.apt b/src/site/apt/news.apt
index 1345759..dbee5cb 100644
--- a/src/site/apt/news.apt
+++ b/src/site/apt/news.apt
@@ -37,6 +37,12 @@
 
     Notable changes and features included in the 5.1 series:
 
+    * Conditional conformance with RFC 3986 (Uniform Resource Identifier (URI):
+    Generic Syntax).
+
+    * Improved support for out of sequence response message handing by the the classic
+    (blocking) HTTP transport.
+
     * Application protocol upgrade support for non-blocking HTTP/1.1 connections.
 
 
@@ -77,14 +83,6 @@
     This is the first BETA release in the 5.1 release series that includes a number of
     new features as well performance optimizations in the classic HTTP transport.
 
-    Notable changes and features included in the 5.1 series:
-
-    * Conditional conformance with RFC 3986 (Uniform Resource Identifier (URI):
-    Generic Syntax).
-
-    * Improved support for out of sequence response message handing by the the classic
-    (blocking) HTTP transport.
-
 
 * 13 September 2020 - HttpComponents Core 5.0.2 (GA) released