summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-14 16:22:26 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-14 16:22:26 +0000
commit8ba14fa492cc4b56f48b810eccbd54c3562bc3f2 (patch)
tree27f5cabe1aa1d4b95dc8c82298aa7d2ed2156250 /CHANGELOG.txt
parentf07760b3384da803cbd4762ed22109f74edb292c (diff)
downloadbrdo-8ba14fa492cc4b56f48b810eccbd54c3562bc3f2.tar.gz
brdo-8ba14fa492cc4b56f48b810eccbd54c3562bc3f2.tar.bz2
- Patch #138706 by hunmonk: fixed PostgreSQL caching problem.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 876f45322..c5f78ee51 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -26,6 +26,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Added sticky table headers.
* Check for clean URL support automatically with JavaScript.
* Removed default/settings.php. Instead the installer will create it from default.settings.php.
+ * Made it possible to configure your own date formats.
- Theme system:
* Added .info files to themes and made it easier to specify regions and features.
* Added theme registry: modules can directly provide .tpl.php files for their themes without having to create theme_ functions.