diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 07d8cf613..8f86f1c3a 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -23,6 +23,9 @@ * Some fixes to the treatment of hyphenated/underscored locales so that public body translations are consistently stored using the underscore format of the locale (so 'he_IL', not 'he-IL'). +* The popup message elements for temporary notices and for letting users + know about other sites have been made consistent and now use simpler + styles. ## Upgrade notes @@ -49,6 +52,16 @@ deprecation warnings about having Rails 2.3 style plugins (deprecation warnings can result in incoming mail getting an auto reply under some email configs). +* If you have any custom styles that rely on the absolute positioning + of the 'banner' and 'wrapper' elements, they may need to be updated. +* Cached HTML versions of attachments in cache/attachments_production/ + will have obsolete links to `/stylesheets/main.css` and + `/images/navimg/logo-trans-small.png`. You can resolve these by either + moving the cached attachments away and allowing them to be regenerated + on demand, or by symlinking `public/stylesheets/main.css` to + `public/assets/application.css` and + `public/images/navimg/logo-trans-small.png` to + `public/assets/navimg/logo-trans-small.png`. # Version 0.15 |