From e4a0aeb1f80ed6f74babf627aef5bd0c254d12d6 Mon Sep 17 00:00:00 2001 From: Piotr Antosik Date: Fri, 12 Jan 2018 02:01:25 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ec5822..d4858163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.3.0 (2018-01-09) + +* Make conditional mapping loading tests passing +* Add more tests for conditional mapping loading +* fix missing icon in profiler +* lower shell verbosity while running tests +* lazy load cli commands +* remove dep on jms payment core. +* remove class-loader from deps. +* drop PHP 5 +* drop Symfony 2 +* upgrade Phpunit +* Fix PayumExtension to only load orm when it is available +* move storage factory init from PayumBundle::build to PayumExtension::load + ## 2.2.1 (2017-08-02) * Fix deprecations. Load payum3x.xml when using Symfony3+ @@ -16,21 +31,6 @@ * Fix adding storage to extension exception message * Fix docs -## 2.3.0 (2018-01-09) - -* Make conditional mapping loading tests passing -* Add more tests for conditional mapping loading -* fix missing icon in profiler -* lower shell verbosity while running tests -* lazy load cli commands -* remove dep on jms payment core. -* remove class-loader from deps. -* drop PHP 5 -* drop Symfony 2 -* upgrade Phpunit -* Fix PayumExtension to only load orm when it is available -* move storage factory init from PayumBundle::build to PayumExtension::load - ## 2.1.1 (2016-09-16) * Require payum/core 1.3.7 as minimum version