summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-08-06 01:01:47 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-08-06 01:01:47 -0400
commit81e607406c04078df18776b8898f83b1dfc9e618 (patch)
treec628a4f9fb05c5d432fdf07f85c7cd7adc21b700 /CHANGELOG.txt
parent19e65b966c79e7061827ef5f21ac67cd1159806c (diff)
downloadbrdo-81e607406c04078df18776b8898f83b1dfc9e618.tar.gz
brdo-81e607406c04078df18776b8898f83b1dfc9e618.tar.bz2
Issue #2028643 by hass, tstoeckler: Fixed CSS files order is incorrect in RTL.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f0a0e7f59..56a572495 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,9 @@
Drupal 7.23, xxxx-xx-xx (development version)
-----------------------
+- The default ordering of CSS files has changed for sites using right-to-left
+ languages, to consistently place the right-to-left override file immediately
+ after the CSS it is overriding (API change: https://drupal.org/node/2058463).
- Added a drupal_check_memory_limit() API function to allow the memory limit to
be checked consistently (API addition).
- Changed the default web.config file for IIS servers to allow favicon.ico