From 364bfa9c4dccb182fbe10e408ee61e63332f4e39 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 16 Jan 2019 05:36:03 -0800 Subject: [PATCH] Keep 3.1 update issues together in the changelog --- CHANGELOG-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-v3.md b/CHANGELOG-v3.md index bc73752a8b6..2605791b103 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -7,8 +7,8 @@ ### Fixed - Fixed a bug where `craft\services\Volumes::getVolumeByHandle()` wasn’t working. ([#3633](https://github.com/craftcms/cms/pull/3633)) -- Fixed an error that occurred when updating to Craft 3.1 if there were any Matrix blocks without any sub-fields. ([#3635](https://github.com/craftcms/cms/pull/3635)) - Fixed a bug where the `clear-caches/cp-resources` command could clear out the wrong directory if the `resourceBasePath` config setting began with `@webroot`. ([#3637](https://github.com/craftcms/cms/issues/3637)) +- Fixed an error that occurred when updating to Craft 3.1 if there were any Matrix blocks without any sub-fields. ([#3635](https://github.com/craftcms/cms/pull/3635)) - Fixed an error that occurred when updating to Craft 3.1 if there were any Matrix block types left over from a Matrix field that had been converted to something else. ### Security