Update CHANGELOG.md

This commit is contained in:
Samuel Georges 2015-01-03 15:27:18 +11:00
parent df3e66246f
commit c1e065d580
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
* **Build 17x** (2014-12-xx) * **Build 17x** (2014-12-xx)
- Improved asset caching (`cms.enableAssetCache`), when enabled the server will send a *304 Not Modified* header. - Improved asset caching (`cms.enableAssetCache`), when enabled the server will send a *304 Not Modified* header.
- Introduced new *Table* widget and *DataTable* form widget.
- There is now a simpler way for sending mail via `Mail::sendTo()`.
* **Build 171** (2014-12-17) * **Build 171** (2014-12-17)
- Add new methods `propertyName()` and `paramName()` to Component base class for accessing names of external properties. - Add new methods `propertyName()` and `paramName()` to Component base class for accessing names of external properties.