From 4c7aaeb373c04932980ab4070aa35374631abf46 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Thu, 12 Sep 2024 18:27:44 +0200 Subject: [PATCH] docs(changelog): Add note about supporting Header elements within Title --- docs/changes/1.x/1.4.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes/1.x/1.4.0.md b/docs/changes/1.x/1.4.0.md index 13d9bc0937..7488d4b86d 100644 --- a/docs/changes/1.x/1.4.0.md +++ b/docs/changes/1.x/1.4.0.md @@ -11,6 +11,7 @@ - Writer ODText: Support for images inside a textRun by [@Progi1984](https://github.com/Progi1984) fixing [#2240](https://github.com/PHPOffice/PHPWord/issues/2240) in [#2668](https://github.com/PHPOffice/PHPWord/pull/2668) - Allow vAlign and vMerge on Style\Cell to be set to null by [@SpraxDev](https://github.com/SpraxDev) fixing [#2673](https://github.com/PHPOffice/PHPWord/issues/2673) in [#2676](https://github.com/PHPOffice/PHPWord/pull/2676) +- Support Header elements within Title elements by [@SpraxDev](https://github.com/SpraxDev) in [#2674](https://github.com/PHPOffice/PHPWord/pull/2674) ### Miscellaneous