From 2f6899cbb8097cbbc645c39daccb36193a1b5694 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 1 Nov 2016 14:21:22 +0100 Subject: [PATCH] Add missing line to CHANGELOG.md This got dropped in the cherrypicking. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce24f3a6..16647293b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 1.2.2 / 2016-10-30 +* [BUGFIX] Correctly handle on() in alerts. * [BUGFIX] UI: Deal properly with aborted requests. * [BUGFIX] UI: Decode URL query parameters properly. * [BUGFIX] Storage: Deal better with data corruption (non-monotonic timestamps).