* Build 186

This commit is contained in:
Samuel Georges 2015-02-03 21:03:45 +11:00
parent ab128301e8
commit 92ec199330
1 changed files with 3 additions and 0 deletions

View File

@ -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.