diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index a92fc6a..b3ee052 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -11,9 +11,8 @@ Drupal 8.3.0, 2017-04-05 new regions, for both the form and display, on the same forms provided by the normal field user interface. - Updated vendor libraries: - * @todo: normalize.css 5.0.0: https://www.drupal.org/node/2821525 - * @todo: Symfony 3.1: https://www.drupal.org/node/2712647 - * @todo: CKEditor 4.6.0: https://www.drupal.org/node/2828494 + * @todo: Update normalize.css to 5.0.0: https://www.drupal.org/node/2821525 + * @todo: Update CKEditor to 4.6.0: https://www.drupal.org/node/2828494 - Raised stability levels of experimental modules: * Updated the BigPipe module from beta to stable. * Updated the Migrate module from alpha to beta. @@ -59,9 +58,9 @@ Drupal 8.3.0, 2017-04-05 * Content Moderation publishes any entity type that implements EntityPublishedInterface, not just Nodes. - Changed coding standards: - * @todo: Add phpcs/coder to dev reqs: https://www.drupal.org/node/2744463 + * @todo: Add phpcs/coder to dev requirements: https://www.drupal.org/node/2744463 * @todo: Switch to short array syntax https://www.drupal.org/node/2776975 - * @todo: Anonymous functions (closures) https://www.drupal.org/node/1999722 + * @todo: Standardize on whitespace for anonymous functions (closures) https://www.drupal.org/node/1999722 - Testing improvements: * Integrated PHPUnit verbose output in SimpleTest UI. * Improved backward compatibility with WebTestBase.