From ad97b6597f9498998e99bd01636ff46a7f7d2d20 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 2 Jun 2021 06:35:25 +0200 Subject: [PATCH] Add missing changelog for 1.1.0 --- Documentation/Changelog.rst | 1 + Documentation/Changelog/1.1.0.rst | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Documentation/Changelog/1.1.0.rst diff --git a/Documentation/Changelog.rst b/Documentation/Changelog.rst index 5c3e3ec..4663146 100644 --- a/Documentation/Changelog.rst +++ b/Documentation/Changelog.rst @@ -3,5 +3,6 @@ Changelog .. toctree:: :glob: + :reversed: Changelog/* diff --git a/Documentation/Changelog/1.1.0.rst b/Documentation/Changelog/1.1.0.rst new file mode 100644 index 0000000..e48d67d --- /dev/null +++ b/Documentation/Changelog/1.1.0.rst @@ -0,0 +1,33 @@ +1.1.0 +===== + +Breaking +-------- + +Nothing + +Features +-------- + +* Add Support for TYPO3 v11.2 and PHP 8.0. + Existing support is kept. + CI is extended to execute tests and checks with new possible combinations. + +Fixes +----- + +* Add necessary transOrigPointerField. + + This is necessary for TYPO3 11.2 support. + This can be dropped when 11.3 is released, + see: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69180 + +Tasks +----- + +Nothing + +Deprecation +----------- + +Nothing