Write up a quick changelog

This commit is contained in:
Sam Georges 2014-05-20 15:43:05 +10:00
parent 67045ca091
commit 61535399ca
1 changed files with 15 additions and 0 deletions

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
* **Build 84** (2014-05-20)
- Default AJAX error message can now be overridden (see `ajaxErrorMessage` jQuery event).
- SQLite support has been improved using new `October\Rain\Database\Dongle` class.
- Included `doctrine/dbal` for supporting SQLite.
* **Build 82** (2014-05-19)
- Line endings can be automatically converted when saving a CMS template (see config cms.convertLineEndings).
- Updated Font-Autumn library to include 71 new icons.
* **Build 80** (2014-05-18)
- Dashboard now displays warnings about system configuration item that need attention.
- Newly created files will now have a default permission mask set (see config cms.defaultMask).
* **Build 64** (2014-05-15)
- OctoberCMS released to the wild in Beta status.