summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-28 14:08:23 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-28 14:08:23 +0000
commitb20618aa129e670ee8e9934acba071b7d890ce61 (patch)
treee2d1abf5db33ee94b357243cf6d742bbea4608b1 /CHANGELOG.txt
parentcb34d838f32095d551fbd81f5655205126811725 (diff)
downloadbrdo-b20618aa129e670ee8e9934acba071b7d890ce61.tar.gz
brdo-b20618aa129e670ee8e9934acba071b7d890ce61.tar.bz2
- Patch #128866 by Gabor et al: new language subsystem fixes.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 6d6de4ee5..c5054ad00 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -7,6 +7,11 @@ Drupal 6.0, xxxx-xx-xx (development version)
- Drupal works with error reporting set to E_ALL.
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful to use Drupal as a framework to build command-line tools.
- Used the Garland theme for the installation and maintenance pages.
+- Added generic language management functionality.
+ * Support for right to left scripts.
+ * Language detection based on parts of the URL.
+ * Browser based language detection.
+- Language dependent path aliases.
Drupal 5.0, 2007-01-15
----------------------