summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-26 15:16:03 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-26 15:16:03 +0000
commit7b1fc6d495eb9ab91c6726417e9905b83bcbd1c7 (patch)
tree71a45f2355509ea119ef66d01774ac1615676103 /CHANGELOG.txt
parentb077fb5671b71222363ddc70762773ee641204d6 (diff)
downloadbrdo-7b1fc6d495eb9ab91c6726417e9905b83bcbd1c7.tar.gz
brdo-7b1fc6d495eb9ab91c6726417e9905b83bcbd1c7.tar.bz2
- Patch #934328 by chillin411: CHANGELOG.txt should have information about the new Bartik theme.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 4aec58f33..b605d6336 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -114,13 +114,14 @@ Drupal 7.0, xxxx-xx-xx (development version)
on as contributed themes (http://drupal.org/project/bluemarine,
http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
* Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
- * Added Seven theme as the default administration interface theme.
+ * Added Seven as the default administration theme.
* Variable preprocessing of theme hooks prior to template rendering now goes
through two phases: a 'preprocess' phase and a new 'process' phase. See
http://api.drupal.org/api/function/theme/7 for details.
* Theme hooks implemented as functions (rather than as templates) can now
also have preprocess (and process) functions. See
http://api.drupal.org/api/function/theme/7 for details.
+ * Added Bartik as the default theme.
- File handling:
* Files are now first class Drupal objects with file_load(), file_save(),
and file_validate() functions and corresponding hooks.