From 55bb4ec9ce408fbeeb530811cceacd82c670e074 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 11 Aug 2020 11:38:21 -0400 Subject: [PATCH] Version 2.3.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d2c03..7067cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # nystudio107/craft Change Log ## 2.3.1 - 2020.08.10 +### Added +* Added `init` to the `docker-compose.yml` to processes are sent signals +* Added `--no-tablespaces` to the mysqldump command options to work around changes in MySQL + ### Fixed * Fix redis session config to use `App::sessionConfig()`