From c02063b0f0d35b9615f15d926c9e58fd8224621e Mon Sep 17 00:00:00 2001 From: Gutenberg Repository Automation Date: Tue, 4 Jul 2023 04:53:21 +0000 Subject: [PATCH] Update Changelog for 16.1.1 --- changelog.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/changelog.txt b/changelog.txt index 277ac5f08ffb82..e011668bc7e00c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,34 @@ == Changelog == += 16.1.1 = + +## Changelog + +### Features + +#### Patterns + +- Remove ability for user to toggle sync status after pattern creation. This is because changing the sync status can have unintended consequences on existing instances of the block. ([52230](https://github.com/WordPress/gutenberg/pull/52230)) + +### Code Quality + +#### Patterns + +- Rename sync_status postmeta from `sync_status` to `wp_pattern_sync_status` to avoid clashes with custom plugin fields. ([52232](https://github.com/WordPress/gutenberg/pull/52232)) + +### Bugs + +#### Patterns + +- Fix issue with wrong sync status being set in the Site Editor when adding new synced patterns. ([52229 ](https://github.com/WordPress/gutenberg/pull/52229)) + +## Contributors + +The following contributors merged PRs in this release: + +@glendaviesnz + + = 16.1.0 = ## Changelog