From 926cbd66949eef7213506fca6f27984e3c34b9a1 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Sat, 12 May 2012 12:12:07 +0900 Subject: [PATCH] Issue #1500268 by heyrocker: Add CHANGELOG entry for configuration system. --- core/CHANGELOG.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 562e3b0d9aaa..88ea5168e3d4 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -1,6 +1,10 @@ Drupal 8.0, xxxx-xx-xx (development version) ---------------------- +- Configuration: + * Added a centralized file-based configuration system. + * Allows module authors to provide configuration in a standard format. + * Implements functionality to get, set, add and remove configuration. - Included the HTML5 Shiv library to support HTML5 elements in IE 8 and below. - Included the following Symfony2 components: * ClassLoader - PSR-0-compatible autoload routines. -- GitLab