diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0b285a9..fe55892 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,31 @@ +New in 5.3 +========== + +Features +-------- + +* Bootstrap 2.3.0 +* Optionally use content distribution networks for jquery and twitter-bootstrap (USE_CDN option) +* Improve progressive rendering by moving javascript to the bottom of pages +* New Brazilian portuguese translation. +* New planetoid experimental extra_plugin + +Bugfixes +-------- + +* Make really sure we import the right conf.py +* Make SLUG_TAG_PATH a config dep for most pages +* Removed meta title tag for better HTML validation +* Removed #999 background from footnote backlink. +* Made footnote references be superscripted. +* Centered figure's image and caption. +* Removed outset border from admonitions. +* Use default theme as last resource for messages/translations +* DATE_FORMAT option was being ignored +* Remove trailing "\" on windows gallery links (Issue #298) +* Inconsistent breadcrumbs in gallery pages (Issue #303) +* Use source files as bundle dependencies instead of outputs (Issue #294) + New in 5.2 ========== @@ -52,6 +80,7 @@ Bugfixes * Get title from filename if not available in metadata. * Don't copy sources if they end in ".html" * Don't link to unexisting translations. +* Sort tags case insensitive. New in v5.1 =========== |
