diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 637ddbc..08cd334 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -24,6 +24,19 @@ Drupal 8.3.0, 2017-04-05 * Image fields are now limited to only accepting images, not also videos. * CKEditor now utilizes the AutoGrow plugin to better take advantage of larger screen sizes. + * EntityPublishedInterface and EntityPublishedTrait have been added to give + a generic publishing API, and are being used by Node and Comment entity + types. + * A new property originalRevisionId has been added to revisionable entities + to store the old revision ID after it was updated. + * Content Moderation now supports moderation of non-translatable entity + types. + * Content Moderation now allows moderation of entity types without bundles, + as long as they are have revisions. + * Content Moderation publishes any entity type that implements + EntityPublishedInterface, not just Nodes. + * When reverting a moderated revision, the moderation state is now + reverted too. - Improved site administration experience: * Standardized display of Views overview page to more closely match that of other administrative overview pages.