From 030180d11a3815451dafde30fe646d9e77056da2 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Mon, 15 Dec 2014 20:32:44 +1100 Subject: [PATCH] Fixes #595 - Native `alert` and `confirm` functions have been styled in the back-end. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4208867d4..3fc866b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* **Build 16x** (2014-12-x) + - Native `alert` and `confirm` functions have been styled in the back-end. + * **Build 168** (2014-12-14) - Config item `cms.customErrorPage` is deprecated, the setting `app.debug` should be used instead. - Config item `cms.enableAssetMinify` can now be set to **null**, in which case assets are only minified if debug mode (`app.debug`) is disabled.