diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 6cd7440646..894eed1806 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -127,7 +127,7 @@ for decoupled applications will be improved in a future release. * [#1286154: Allow custom default form cache expiration/lifetime](https://www.drupal.org/node/1286154) * [#2853509: Don't render status messages if there are no messages but also include their assets if there might be](https://www.drupal.org/node/2853509) * [#2872611: Optimise \Drupal\Core\Extension\ThemeHandler::refreshInfo() for the early installer](https://www.drupal.org/node/2872611) -* *[#2889603: Split the internal page cache from the rest of the render cache](https://www.drupal.org/node/2889603) +* [#2889603: Split the internal page cache from the rest of the render cache](https://www.drupal.org/node/2889603) ## Developer experience improvements @@ -135,10 +135,10 @@ for decoupled applications will be improved in a future release. * [#2403703: Allow field types to enforce the cardinality](https://www.drupal.org/node/2403703) * [#2472337: Provide a lazy alternative to service collectors which just detects service IDs](https://www.drupal.org/node/2472337) * [#2594553: Add #maxlength to textarea in Form API](https://www.drupal.org/node/2594553) -* *[#2694535: Support rect property and nested render arrays in html_tag for dynamic SVGs](https://www.drupal.org/node/2694535) +* [#2694535: Support rect property and nested render arrays in html_tag for dynamic SVGs](https://www.drupal.org/node/2694535) * [#2705037: Asset library DX: Non-helpful fatal error if CSS isn't nested under an existing category](https://www.drupal.org/node/2705037) -* *[#2815077: Adopt airbnb javascript style guide v13 as new baseline javascript coding standards for Drupal 8 core and contrib](https://www.drupal.org/node/2815077) -* *[#2869809: Make it easy to get typed config representations of entities](https://www.drupal.org/node/2869809) +* [#2815077: Adopt airbnb javascript style guide v13 as new baseline javascript coding standards for Drupal 8 core and contrib](https://www.drupal.org/node/2815077) +* [#2869809: Make it easy to get typed config representations of entities](https://www.drupal.org/node/2869809) * (open) [#2860531: Add orderby key to third party settings](https://www.drupal.org/node/2860531) * (open) [#2885368: Config export key order for sequences: "orderedby" does not support cases where the order actually matters](https://www.drupal.org/node/2885368) @@ -147,6 +147,8 @@ for decoupled applications will be improved in a future release. * [PHPUnit has been updated from 4.8.28 to 4.8.35](https://www.drupal.org/node/2850797) in order to incorporate a forward compatibility layer for PHPUnit 4.8, useful during a future migration to PHPUnit 5 or PHPUnit 6. +* A lot of former WebTestBase tests got converted to BrowserTestBase. Current progress can be seen on [http://simpletest-countdown.org/](http://simpletest-countdown.org/). +* (open) [#2827014: JavascriptTestBase will no longer support checking for the status codes and headers] * [#2488860: Bring phpunit bridge into drupal and use it for unit tests and simpletest to handle Deprecation](https://www.drupal.org/node/2488860) * [#2866056: ResourceTestBase should not have a timeout](https://www.drupal.org/node/2866056) @@ -179,7 +181,7 @@ for decoupled applications will be improved in a future release. ### Workflows and Content Moderation -* *[#2766957: Forward revisions + translation UI can result in forked draft revisions](https://www.drupal.org/node/2766957) +* [#2766957: Forward revisions + translation UI can result in forked draft revisions](https://www.drupal.org/node/2766957) * [#2843083: Select entity type / bundle in workflow settings](https://www.drupal.org/node/2843083) * [#2856363: Path alias changes for draft revisions immediately leak into live site](https://www.drupal.org/node/2856363) * [#2858431: Book storage and UI is not revision aware, changes to drafts leak into live site](https://www.drupal.org/node/2858431) @@ -191,6 +193,10 @@ for decoupled applications will be improved in a future release. ### Place Block +### Comment module + +* [#1986606: The comment administration page /admin/content/comment is a view now] + Drupal 8.3.0, 2017-04-05 ------------------------ - Added modules: