mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-24 06:43:46 +00:00
Release note for #1869
This commit is contained in:
parent
1742220c4e
commit
e68d66a744
3 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ Changelog
|
|||
* Fix: Removed jitter when hovering over StreamField blocks (Alex Gleason)
|
||||
* Fix: Non-ASCII email addresses no longer throw errors when generating Gravatar URLs (Denis Voskvitsov, Kyle Stratis)
|
||||
* Fix: Dropdowns for ForeignKeys are now styled consistently (Ashia Zawaduk)
|
||||
* Fix: Date choosers now appear on top of StreamField menus (Sergey Nikitin)
|
||||
|
||||
1.1 (15.09.2015)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ Contributors
|
|||
* Ashia Zawaduk
|
||||
* Denis Voskvitsov
|
||||
* Kyle Stratis
|
||||
* Sergey Nikitin
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ Bug fixes
|
|||
* Removed jitter when hovering over StreamField blocks (Alex Gleason)
|
||||
* Non-ASCII email addresses no longer throw errors when generating Gravatar URLs (Denis Voskvitsov, Kyle Stratis)
|
||||
* Dropdown for ``ForeignKey`` s are now styled consistently (Ashia Zawaduk)
|
||||
* Date choosers now appear on top of StreamField menus (Sergey Nikitin)
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
|
|
|||
Loading…
Reference in a new issue