From 5ae895d0b81dcb9c764bc648e539efbfd637456d Mon Sep 17 00:00:00 2001 From: Gutenberg Repository Automation Date: Fri, 9 Jun 2023 16:40:46 +0000 Subject: [PATCH] Update Changelog for 16.0.0-rc.3 --- changelog.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/changelog.txt b/changelog.txt index a5ee00eeeb5c9..7337def9ab94f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,33 @@ == Changelog == += 16.0.0-rc.3 = + + + +## Changelog + +### Bug Fixes + +#### Block Library +- Post Template: Output number of columns as classname for backwards compatibility. ([51358](https://github.com/WordPress/gutenberg/pull/51358)) +- Query: Fix deprecation error when migrating layout. ([51311](https://github.com/WordPress/gutenberg/pull/51311)) + +#### Global Styles +- Global styles revisions: Ensure redirect runs once for back button. ([51316](https://github.com/WordPress/gutenberg/pull/51316)) + +### Code Quality + +#### Site Editor +- Rename 'page content lock' to 'page content focus'. ([51280](https://github.com/WordPress/gutenberg/pull/51280)) + + +## Contributors + +The following contributors merged PRs in this release: + +@andrewserong @noisysocks @ramonjd + + = 16.0.0-rc.2 =