diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index e87e931bc79b37f8a0d356a2076019ff6f8754fb..27c28f8a72ed41bff63a3e5e4e88e95b0bafe97e 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -1,6 +1,9 @@ Drupal 8.0, xxxx-xx-xx (development version) ---------------------- +- Improved entity system. + * Added support for saving and deleting entities through the controller. + * Entities are now classed objects, implementing EntityInterface. - Replaced the core routing system with one built on the Symfony2 framework. - Configuration: * Added a centralized file-based configuration system.