From f122edd6b8a0e95771a3f4216fb4542b1f2e42cb Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 5 Feb 2019 06:34:00 +1100 Subject: [PATCH] Changelog tweak --- CHANGELOG-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-v3.md b/CHANGELOG-v3.md index 7faedef8571..a0a1ba4db69 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -13,7 +13,7 @@ - Fixed a bug where `craft\helpers\DateTimeHelper::toDateTime()` was mistaking year-only values for Unix timestamps. ([#3772](https://github.com/craftcms/cms/issues/3772)) - Fixed an error that occurred when a non-admin user attempted to edit a system message, or when the `allowAdminChanges` config setting was disabled. ([#3775](https://github.com/craftcms/cms/issues/3775)) - Fixed a bug where it was hard to see error notifications on pages with a licensing alert. ([#3776](https://github.com/craftcms/cms/issues/3776)) -- Fixed a bug where it was impossible for non-admin users to change their profile pictures. ([#3735](https://github.com/craftcms/cms/issues/3735)) +- Fixed a bug where it wasn’t possible for non-admin users to change their profile picture. ([#3735](https://github.com/craftcms/cms/issues/3735)) - Fixed a JavaScript error that occurred when adding a new row to a custom editable table that contained a `time` column, if no rows existed on page load. ([#3780](https://github.com/craftcms/cms/issues/3780)) ## 3.1.7 - 2019-01-31