diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index d6ed4293bc..9f6f44cd91 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -105,7 +105,11 @@ system](https://www.drupal.org/node/2821423) is underway. * Previously, [saving a revision of an entity translation could cause draft revisions to go "missing"](https://www.drupal.org/node/2766957). Drupal 8.4.0 prevents this by preventing the moderation state from being set to anything - that would make the revision go "missing". [A similar but unrelated bug in + that would make the revision go "missing". Going forward, the entity system + will also [provide the 'revision_translation_affected' base field by default + for all revisionable and translatable entity + types](https://www.drupal.org/node/2896845) for tracking such revisions. +* [A similar but unrelated bug in Content Moderation](https://www.drupal.org/node/2862988) has also been fixed in this release. @@ -472,10 +476,9 @@ stable in time for 8.4.0! Notable improvements in this release: ["forward revisions" has been replaced with that of "pending revisions"](https://www.drupal.org/node/2890364). If your contributed module refers to revisions that are not yet published, it should use this new term. -* @todo [BaseFieldOverride entities created by content_translation break content_moderation because they don't support computed fields](https://www.drupal.org/node/2848775) -* @todo [Rewrite the 'Latest revision' views filter and remove the revision_tracker table](https://www.drupal.org/node/2865579) -* @todo [Provide the 'revision_translation_affected' base field by default for all revisionable and translatable entity types](https://www.drupal.org/node/2896845) - +* [The 'Latest revision' views filter has been rewritten to avoid relying on a + custom {revision_tracker}](https://www.drupal.org/node/2865579), and that + table has been removed from the database schema. As per the experimental module process, there were some backwards-incompatible changes since Drupal 8.3.x. Experimental modules do not offer a supported