From 2a778f77762ca20c20420fef680bd279afc7e714 Mon Sep 17 00:00:00 2001 From: macintoshplus <814683+macintoshplus@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:05:44 +0200 Subject: [PATCH] add change log --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..81db24e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Version 1.1.0 + +Add compatibility to Sylius 1.11. + +# Version 1.0.0 + +First release + +* Add CliContext. +* Choice default channel in configuration (by code) or first. +* Allow load channel for external project command. +* Automatic load channel for Command implements `CliContextAwareInterface`. +* Set the channel hostname into the router host context.