From e757d1d5d8a72a37927a49beea7ebfe72adb65f0 Mon Sep 17 00:00:00 2001 From: Gutenberg Repository Automation Date: Tue, 25 Feb 2025 20:28:38 +0000 Subject: [PATCH] Update Changelog for 20.0.3 --- changelog.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/changelog.txt b/changelog.txt index 68e13890ff280..a15d9c02edc90 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,28 @@ == Changelog == += 20.0.3 = + +## Changelog + +### Bug Fixes + +#### Block Hooks + +- Fix truncation of post content. (https://github.com/WordPress/gutenberg/pull/68926) +- Fix duplicated insertion in Post Content. (https://github.com/WordPress/gutenberg/pull/69142) +- Enable first/last child insertion next to Classic block. (https://github.com/WordPress/gutenberg/pull/69241) + +#### Block Library + +- Template Part block: Guard against `get_block_file_template` returning `null`. (https://github.com/WordPress/gutenberg/pull/69309) + +### Code Quality + +#### Block Hooks + +- Add end-to-end test Coverage. (https://github.com/WordPress/gutenberg/pull/69044) + + = 20.0.2 = ### Bug Fixes