- Lock Symfony component versions on 2.6 because the PHP version requirement goes up from 2.7.
- Replace deprecated ConfigCache toString method with getPath method.
- Fetched service paths can now be altered by hook_dic_service_paths_alter.
- Added Drush integration for clearing the container cache (drush cc dic).
- Added a rebuild function to force a container rebuild. This can be very useful in installation hooks.
- Composer autoload file is now included on boot, not on init.
- Only services of enabled (non-core) modules are now loaded.
- drupal_is_cli is used instead of php_sapi_name.
- A testing platform is introduced.
- Removed Demo module.
- Removed Composer Manager integration module.
- Initial commit.