From 3e26b6e847e7319f48c4eb72a37bf2b9594e8b82 Mon Sep 17 00:00:00 2001
From: David Rothstein <drothstein@gmail.com>
Date: Wed, 5 Oct 2016 14:02:55 -0400
Subject: [PATCH] Various updates to CHANGELOG.txt in preparation for the 7.51
 release.

---
 CHANGELOG.txt | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index fb972df85da8..08643180ff2c 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,22 +1,24 @@
 
 Drupal 7.51, xxxx-xx-xx (development version)
 -----------------------
-- The update module now also checks for updates to a disabled themes that are
+- The Update module now also checks for updates to a disabled theme that is
   used as an admin theme.
 - Exceptions thrown in dblog_watchdog() are now caught and ignored.
 - Clarified the warning that appears when modules are missing or have moved.
 - Log messages are now XSS filtered on display.
-- Draggable tables do now work on touch screen devices.
-- Added setting for allowing double underscores in CSS identifiers.
-- If a user navigates away from a page while an AJAX request is running they
-  will no longer get an error message saying "An AJAX HTTP request terminated
-  abnormally"
+- Draggable tables now work on touch screen devices.
+- Added a setting for allowing double underscores in CSS identifiers
+  (https://www.drupal.org/node/2810369).
+- If a user navigates away from a page while an Ajax request is running they
+  will no longer get an error message saying "An Ajax HTTP request terminated
+  abnormally".
 - The system_region_list() API function now takes an optional third parameter
   which allows region name translations to be skipped when they are not needed
   (API addition: https://www.drupal.org/node/2810365).
 - Numerous performance improvements.
-- Numerous small bugfixes.
+- Numerous bug fixes.
 - Numerous API documentation improvements.
+- Additional automated test coverage.
 
 Drupal 7.50, 2016-07-07 
 -----------------------
-- 
GitLab