diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 894eed1806..07e188d6a7 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -91,6 +91,7 @@ for decoupled applications will be improved in a future release. * [RTBC] The _Administer users_ permission [no longer includes](https://www.drupal.org/node/2846365) the ability to grant user roles in bulk operations. Only users with the _Administer roles_ permission can grant user roles. [Change record](https://www.drupal.org/node/2853612) +* [#2803875: Node form meta information should not come from a theme](https://www.drupal.org/node/2803875) ## REST and API-first improvements @@ -186,6 +187,15 @@ for decoupled applications will be improved in a future release. * [#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) * [#2862988: EntityOperations::entityPresave doesn't always set the correct default revision](https://www.drupal.org/node/2862988) +* [#2830740: Allow workflow types to lock certain changes to workflows once things are in use](https://www.drupal.org/node/2830740) +* [#2890364: Replace all uses of "forward revision" with "pending revision"](https://www.drupal.org/node/2890364) +* [#2876419: Review content_moderation module and mark code with @internal where necessary](https://www.drupal.org/node/2876419) +* [#2894499: Rename 'Editorial workflow' to 'Editorial'](https://www.drupal.org/node/2894499) +* [#2849827: Move workflow "settings" setters and getters to WorkflowTypeInterface](https://www.drupal.org/node/2849827) +* [#2883868: Content Moderation decides to set a new revision as the default one way too late in the entity update process](https://www.drupal.org/2883868) +* [#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) +* [#2858434: Menu changes from node form leak into live site when creating draft revision](https://www.drupal.org/node/2858434) ### Layout Discovery and Field Layout