Add missing changelog for 1.1.0

This commit is contained in:
Daniel Siepmann 2021-06-02 06:35:25 +02:00
parent 9a4f71bce4
commit ad97b6597f
2 changed files with 34 additions and 0 deletions

View file

@ -3,5 +3,6 @@ Changelog
.. toctree::
:glob:
:reversed:
Changelog/*

View file

@ -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