From 92ec1993302c82f7399c61518bfc6e2079e94496 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Tue, 3 Feb 2015 21:03:45 +1100 Subject: [PATCH] * Build 186 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086df4a84..4727ce45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ ``` - Introduced a linking policy to control the way URLs are generated globally (see config cms.linkPolicy). +* **Build 186** (2015-02-03) + - File Upload form widget can now specify `fileTypes` for restricting which file extensions can be uploaded. + * **Build 184** (2015-01-31) - Lists now support exporting to CSV format via the default **export** controller action. - Platforms can *opt-in* for bleeding edge updates by enabling a config setting (`cms.edgeUpdates`), this helps perform testing before a stable version is deployed.