diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 1f098587ec..e7dbb43eae 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -103,7 +103,7 @@ are deleted [is now performed by the Custom Menu Links module](https://www.drupa covering the previously missing cases. A race condition occured in the Batch API when using fastcgi. The Batch API now -ensures that (the current batch state is written completely to the database before starting the next batch)[https://www.drupal.org/node/2851111]. +ensures that [the current batch state is written completely to the database before starting the next batch](https://www.drupal.org/node/2851111). When uninstalling modules, empty fields were left behind to be purged. However without the field definitions, it was not possible to purge them anymore. @@ -242,7 +242,7 @@ either Content Moderation and/or some other module that requires it. * Drupal 8 aims to do effective caching at various levels, however this resulted in exessively growing cache tables with many tens of thousands of - entries (even hundreds of thousands), and gigabytes in size. + entries (even hundreds of thousands), and gigabytes in size. [A new limit of 5000 rows per cache bin was introduced to limit this growth](https://www.drupal.org/node/2526150). * The internal page cache now [has a dedicated cache bin](https://www.drupal.org/node/2889603) distinct from the rest of the render cache (a significant scalability @@ -362,7 +362,7 @@ Drupal versions. * [Renamed migration field plugins and classes](https://www.drupal.org/node/2683435) referring to custom fields provided by the Drupal 6 module CCK, which was replaced in Drupal 7 by the core Field API. [See the change record for more information about how this impacts your migration plugins](https://www.drupal.org/node/2751897). -* Field type mapping became easier with +* Field type mapping became easier with [default implementations of getFieldFormatterMap() and processFieldValues()](https://www.drupal.org/node/2896507). * Conflicting text field processing settings [are now identified and logged](https://www.drupal.org/node/2842222). To support this change, [a new ProcessField plugin was added](https://www.drupal.org/node/2893061)