Added changelog

This commit is contained in:
Ingo Schommer 2013-02-20 00:39:00 +01:00
parent 9e7c622abe
commit 9ceef6be07

View File

@ -0,0 +1,13 @@
# 3.0.5 (2013-02-20)
## Overview
* Fixes unpublish and "delete" actions in CMS (regression from $allowed_actions changes in 3.0.4)
### Bugfixes
* 2013-02-18 [16d0c18](https://github.com/silverstripe/sapphire/commit/16d0c18) Find Form actions in CompositeFields for access checks (Ingo Schommer)
### Other
* 2013-02-19 [9e7c622](https://github.com/silverstripe/sapphire/commit/9e7c622) fixed error property $ of object is not a function (roed)