mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 17:53:12 +00:00
Release note for #1725
This commit is contained in:
parent
a89b981a47
commit
d06c5070cc
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ Changelog
|
|||
* Fix: Page slugs are no longer cut off when Unicode characters are expanded into multiple characters (Sævar Öfjörð Magnússon)
|
||||
* Fix: Searching a specific page model while filtering it by either ID or tree position no longer raises an error (Ashia Zawaduk)
|
||||
* Fix: Scrolling an over-long explorer menu no longer causes white background to show through (Alex Gleason)
|
||||
* Fix: Removed jitter when hovering over StreamField blocks (Alex Gleason)
|
||||
|
||||
1.1 (15.09.2015)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ Bug fixes
|
|||
* Page slugs are no longer cut off when Unicode characters are expanded into multiple characters (Sævar Öfjörð Magnússon)
|
||||
* Searching a specific page model while filtering it by either ID or tree position no longer raises an error (Ashia Zawaduk)
|
||||
* Scrolling an over-long explorer menu no longer causes white background to show through (Alex Gleason)
|
||||
* Removed jitter when hovering over StreamField blocks (Alex Gleason)
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
|
|
|||
Loading…
Reference in a new issue