diff --git a/Documentation/Changelog/2.1.0.rst b/Documentation/Changelog/2.1.0.rst index 0b7cbf0..d431ed2 100644 --- a/Documentation/Changelog/2.1.0.rst +++ b/Documentation/Changelog/2.1.0.rst @@ -15,6 +15,8 @@ Features This option allows to define a callback in TYPO3 way (e.g. function, closure or method ``->``). This receives the ``DateRepository`` as well as the current ``QueryInterface`` to alter query after it was created based on the ``DateDemand``. +* Add Changelog to document changes for each version. + Fixes ----- @@ -31,6 +33,8 @@ Tasks That allows re use of creation from settings. This also streamlines creation with ``EventDemand`` and ``EventDemandFactory``. +* Removed outdated stuff from Documentation. + Deprecation -----------