diff options
| author | seanwestfall <seanwestfallgithub@gmail.com> | 2015-01-26 20:02:53 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-27 07:48:11 -0500 |
| commit | 7a90b53d60f6a66340811417547e33e0bfadf09e (patch) | |
| tree | 4e2f4ae4006284407d374d3dad81c7af1cc4eb42 /docs | |
| parent | e77c1bc181a27f8d591a94a2f462325e8722e565 (diff) | |
Fixed #24053 -- Removed admin CSS & images for IE6 & 7.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index b480bd6b9e..9abb05d921 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -165,12 +165,11 @@ Backwards incompatible changes in 1.9 deprecation timeline for a given feature, its removal may appear as a backwards incompatible change. -... - Miscellaneous ~~~~~~~~~~~~~ -* ... +* CSS and images in ``contrib.admin`` to support Internet Explorer 6 & 7 have + been removed as these browsers have reached end-of-life. .. _deprecated-features-1.9: |
