From 556b579b5201fd6e50fdb5004776eecec648e814 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Fri, 13 Apr 2018 09:53:26 -0700 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 ee7d74836e1..c64ced624bd 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -17,7 +17,7 @@ - Fixed a bug where it was not possible to save system messages in some cases. - Fixed a bug where static translations within dynamic entry title formats were getting translated using the current site’s language, rather than the entry’s language. ([#2722](https://github.com/craftcms/cms/issues/2722)) - Fixed a bug where deprecation errors for some date formatting methods were not escaping backslashes. -- Fixed a bug where last update date of a plugin in the Plugin Store was not properly formatted on Safari. ([#2733](https://github.com/craftcms/cms/issues/2733)) +- Fixed a bug where plugins’ “Last update” timestamps in the Plugin Store weren’t getting formatted correctly in Safari. ([#2733](https://github.com/craftcms/cms/issues/2733)) ## 3.0.2 - 2018-04-10