diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 6c10ded..5beb973 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -60,6 +60,8 @@ https://www.drupal.org/list-changes/drupal * All entity types, not just nodes, now have support for revisions. - Added the Typed Data system to manage complex types. - Refactored routing system based on Symfony2 components. +- Made declarative information (libraries, permissions, routes etc.) use YAML + files for definitions instead of PHP. - Improved the menu handling systems: * Moved custom menu item handling to its own module. * Reworked menu links, local actions, and local tasks based upon the new @@ -122,7 +124,9 @@ https://www.drupal.org/list-changes/drupal * Poll * Profile * Trigger -- Removed the Statistics module's accesslog functionality and reports from core. +- Improved the statistics module: + * Made view counting work with the page cache and reverse proxies. + * Removed the accesslog functionality and reports. - Removed XML-RPC functionality from core. - Removed user signatures support from core. - Added ability to generate and validate Universally Unique IDentifiers (UUIDs).