fix: nested empty embeds no longer return empty values and are correctly omitted

This commit is contained in:
Laurence Isla
2024-07-09 09:09:22 +02:00
committed by Wolfgang Walther
parent 8d7d7e4112
commit 8f8dbd3425
3 changed files with 23 additions and 2 deletions
+4
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- #3093, Nested empty embeds no longer show empty values and are correctly omitted - @laurenceisla
## [12.2.1] - 2024-06-27
### Fixed