From d0f857ec255c60ed741437d65746ede97fdd5074 Mon Sep 17 00:00:00 2001 From: Claus Due Date: Thu, 7 Sep 2023 13:02:31 +0200 Subject: [PATCH] [TASK] Create change log for 10.0.4 --- CHANGELOG.md | 3 ++- Documentation/Changelog/10.0.4.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Documentation/Changelog/10.0.4.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 512babdf4..54cf59ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -Latest release: 10.0.3 (2023/08/28 14:48:02) +Latest release: 10.0.4 (2023/09/07 11:02:31) All previous release change logs: +* [10.0.4 (2023/09/07)](Documentation/Changelog/10.0.4.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/10.0.3...10.0.4) * [10.0.3 (2023/08/28)](Documentation/Changelog/10.0.3.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/10.0.2...10.0.3) * [10.0.2 (2023/08/25)](Documentation/Changelog/10.0.2.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/10.0.1...10.0.2) * [10.0.1 (2023/08/23)](Documentation/Changelog/10.0.1.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/10.0.0...10.0.1) diff --git a/Documentation/Changelog/10.0.4.md b/Documentation/Changelog/10.0.4.md new file mode 100644 index 000000000..a76c74617 --- /dev/null +++ b/Documentation/Changelog/10.0.4.md @@ -0,0 +1,20 @@ +## Release: 10.0.4 (2023/09/07 11:02:31) + +* 2023-09-06 [BUGFIX] Preserve virutal columns from ContentObject data (Commit bcec0b06 by Claus Due) +* 2023-09-05 [BUGFIX] Replace specific implementation of ConfigurationManager in addition to interface alias (Commit d26fd1c9 by Claus Due) +* 2023-09-04 [BUGFIX] Move misplaced class to correct folder (Commit 843526a2 by Claus Due) +* 2023-09-04 [BUGFIX] Igore cache errors on cache entry removal (Commit 0c200bca by Claus Due) +* 2023-09-04 [BUGFIX] Allow CacheService to function before cache table(s) exist (Commit a2c92087 by Claus Due) + +Generated by: + +``` +git log --since="2023/08/28 14:49:09" --until="2023/09/07 11:02:31" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \ + --date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'` +``` + +Full list of changes: https://github.com/FluidTYPO3/flux/compare/10.0.3...10.0.4 + +*Please note: the change list above does not contain any TASK commits since they are considered +infrastructure-only and not relevant to end users. The full list includes these!* +