- #866476 Fix CTools 1.7 compatibility issues.
- #780358 Fix PK and index errors on table changes.
- #867590 Use Exceptions. NOTE: this may require you to update modules that use Data's DataTable API.
- Split building tables and browsing content into admin/build/data and admin/content/data.
- Data table title editable.
- Data search removes search index for deleted entries.
- Minor fixes and additions.
- Allow modules to expose their default tables via hook_schema(). Enables using update infrastructure on data tables: hook_update_N().
- Break out data manipulation in DataHandler class.
API change: DataTable::save() DataTable::load() DataTable::delete() etc. moved to DataHandler.