diff --git a/docs/en/changelogs/rc/3.0.1-rc2.md b/docs/en/changelogs/rc/3.0.1-rc2.md new file mode 100644 index 000000000..94cb2edb1 --- /dev/null +++ b/docs/en/changelogs/rc/3.0.1-rc2.md @@ -0,0 +1,29 @@ +# 3.0.1-rc2 # + +## Overview ## + +3.0.1 RC2 fixes a CMS regression since 3.0.0 where Add Forms of GridField would require +a full CMS refresh after visiting, most obviously affecting the "Add Member" area of +the Security admin panel. + +In addition it restores GridField image embedding functionality from the 3.0 beta series +that regressed in 3.0.0, most obviously restoring the image thumbnails to the Files +admin panel. + +## Upgrading ## + +There should be no changes required to upgrade from 3.0.0 or 3.0.1-rc1 + +See [3.0.0](/changelogs/3.0.0) for previous details. + +## Changelog ## + +### API Changes + + * 2012-07-27 [367c49d](https://github.com/silverstripe/sapphire/commit/367c49d) DataObject#relField now checks for method on model before property (Hamish Friedlander) + +### Bugfixes + + * 2012-07-27 [5591017](https://github.com/silverstripe/sapphire/commit/5591017) 3156e755 broke GridField Add forms because guessed frag was wrong (Hamish Friedlander) + * 2012-07-26 [15e2efb](https://github.com/silverstripe/sapphire/commit/15e2efb) 7590: Image thumbnails broken in gridfield (jakr) +