From 5b8a1604c7ee017df23b62fdf38c992b2f96d277 Mon Sep 17 00:00:00 2001 From: Eric COURTIAL <57905107+ecourtial@users.noreply.github.com> Date: Fri, 6 Nov 2020 16:23:08 +0100 Subject: [PATCH] Update changelog.MD --- changelog.MD | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.MD b/changelog.MD index 0fcd9a4..eed0900 100644 --- a/changelog.MD +++ b/changelog.MD @@ -1,5 +1,17 @@ # Changelog +## 1.2 + +**New features** +* Add a _DateDimension_ feature with its own extractor. Contribution by [kdebisschop](https://github.com/kdebisschop). +* In the _DatabaseLoader_, add the possibility to skip updates. Contribution by [kdebisschop](https://github.com/kdebisschop). +* Add a _ColumnFilterTransformer_. Contribution by [ArthurHoaro](https://github.com/ArthurHoaro). +* Add a _MemoryLoader_. Contribution by [ArthurHoaro](https://github.com/ArthurHoaro). + +**Miscellaneous** +* Fix PHPStan failures and cleanup. Add a new _XmlException_. Contribution by [kdebisschop](https://github.com/kdebisschop). +* PHPCS cleanup and force more strong typehinting. Contribution by [kdebisschop](https://github.com/kdebisschop). + ## 1.1 **New features**