Merge pull request #1105 from wilr/reports_changelog_note

Added note about reports API change in 3.2.0 changelog
This commit is contained in:
Ingo Schommer 2013-01-17 01:41:34 -08:00
commit 94de10e415

View File

@ -0,0 +1,11 @@
# 3.2.0 (unreleased)
## Overview ##
### CMS ###
* Moved SS_Report and ReportAdmin out to a separate module. If you're using
composer or downloading a release, this module should be included for you.
Otherwise, you'll need to include the module yourself
(https://github.com/silverstripe-labs/silverstripe-reports)