From b2bf69c77d5420fc22f28c85ed82af2b83c11073 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 6 Jul 2016 01:27:20 -0400 Subject: [PATCH] Add change records to CHANGELOG.txt, and small wording changes. --- CHANGELOG.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5668c07adf7..3804df5565d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,7 +24,8 @@ Drupal 7.50, xxxx-xx-xx (development version) - Numerous small bugfixes. - Numerous API documentation improvements. - Fixed that following a password reset link while logged in leaves users unable - to change their password. + to change their password (minor user interface change: + https://www.drupal.org/node/2759023). - Added a .editorconfig file to auto-configure editors that support it. - Fixed that cookies from previous tests are still present when a new test starts in DrupalWebTestCase. @@ -52,7 +53,8 @@ Drupal 7.50, xxxx-xx-xx (development version) data structure change). - Increased maxlength of menu link title input fields in the node form and menu link form from 128 to 255 characters. -- Avoid re-scanning of module directory when a filename or a module is missing. +- Performance improvement: Avoid re-scanning directories when a file is missing + (minor API change: https://www.drupal.org/node/2581445). - Fixed ajax handling for tableselect form elements that use checkboxes. - Fixed that URL generation only works on port 80 when using domain based language negotation.