From 90c9e06eb4bc198623015a25d1ed21472662fdb8 Mon Sep 17 00:00:00 2001 From: Brandon Kelly Date: Wed, 25 Sep 2019 10:42:48 -0700 Subject: [PATCH] sigh --- CHANGELOG-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-v3.md b/CHANGELOG-v3.md index ca8598f4979..21d1d3834dd 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -16,7 +16,7 @@ - `craft\helpers\Html::parseTagAttributes()` now has a `$decode` argument. - `craft\test\fixtures\elements\GlobalSetFixture` now has the option to load the active record instance. ([#4947](https://github.com/craftcms/cms/pull/4947)) -### Fixed +### Fixed - Fixed a bug where checkbox inputs were positioned incorrectly for RTL languages. - Fixed a bug where the updater and `project.yaml` sync pages weren’t always handling error responses correctly. ([#4988](https://github.com/craftcms/cms/issues/4988)) - Fixed an error that could occur when syncing the project config, if a volume was being deleted that didn’t exist in the database to begin with. ([#4990](https://github.com/craftcms/cms/pull/4990))