* Update change entries via make update-changes [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881729 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 529539d..be1ec1f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,17 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_http2: Log requests and sent the configured error response in case of
+     early detected errors like too many or too long headers.
+     [Ruediger Pluem, Stefan Eissing]
+
+  *) mod_proxy_uwsgi: Fix a crash when sending environment variables with no
+     value. PR 64598 [Ruediger Pluem]
+
+  *) mod_cgi/mod_cgid: Avoid a second read from a CGI script after a
+     timeout, which effectively doubled the configured timeout setting.
+     PR 64709.  [Joe Orton]
+
   *) core: handle headers when replying a 304 following RFC7234.
      [Giovanni Bechis]
 
diff --git a/changes-entries/http2_log_early_errors.txt b/changes-entries/http2_log_early_errors.txt
deleted file mode 100644
index 29477aa..0000000
--- a/changes-entries/http2_log_early_errors.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_http2: Log requests and sent the configured error response in case of
-     early detected errors like too many or too long headers.
-     [Ruediger Pluem, Stefan Eissing]
diff --git a/changes-entries/pr64598.txt b/changes-entries/pr64598.txt
deleted file mode 100644
index 3647d8a..0000000
--- a/changes-entries/pr64598.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_proxy_uwsgi: Fix a crash when sending environment variables with no
-     value. PR 64598 [Ruediger Pluem]
diff --git a/changes-entries/pr64709.txt b/changes-entries/pr64709.txt
deleted file mode 100644
index aaa2854..0000000
--- a/changes-entries/pr64709.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_cgi/mod_cgid: Avoid a second read from a CGI script after a
-     timeout, which effectively doubled the configured timeout setting.
-     PR 64709.  [Joe Orton]