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