diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 4ad823901c..a75d9d4f17 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -32,7 +32,7 @@ Drupal 8.3.0, 2017-04-05 other administrative overview pages. * Views filter order now matches the table column order below in Content and People overview pages. - * Redesigned Status report. + * Redesigned status report. - Improved REST API and decoupled site features: * REST API now supports the registering of users. * Anonymous REST API performance increased by 60% by utilizing the internal @@ -61,11 +61,11 @@ Drupal 8.3.0, 2017-04-05 - Changed coding standards: * @todo: Switch to short array syntax https://www.drupal.org/node/2776975 * @todo: Standardize on whitespace for anonymous functions (closures) https://www.drupal.org/node/1999722 - * In addition to the standards changes above, PHP CodeSniffer and Drupal Coder - have been added as composer dev requirements, so they can be installed - automatically with `composer install --dev` rather than requiring separate - installation. (Do not use `composer install --dev` for production sites.) - https://www.drupal.org/node/2744463 + * In addition to the standards changes above, PHP CodeSniffer and Drupal + Coder have been added as composer dev requirements, so they can be + installed automatically with `composer install --dev` rather than + requiring separate installation. (Do not use `composer install --dev` + for production sites.) https://www.drupal.org/node/2744463 - Testing improvements: * Integrated PHPUnit verbose output in SimpleTest UI. * Improved backward compatibility with WebTestBase.