Removed arrow-up after selector issue #2365

pull/2373/head
Rob Moorman 2016-03-16 17:05:18 +01:00 zatwierdzone przez Matt Westcott
rodzic 8976453dfc
commit 5158ee7aad
5 zmienionych plików z 24 dodań i 1 usunięć

Wyświetl plik

@ -9,6 +9,12 @@ Changelog
* Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
1.4.1 (17.03.2016)
~~~~~~~~~~~~~~~~~~
* Fix: Fixed erroneous rendering of up arrow icons (Rob Moorman)
1.4 (16.03.2016)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -115,6 +115,7 @@ Contributors
* Loic Teixeira
* Juha Kujala
* Eirik Krogstad
* Rob Moorman
Translators
===========

Wyświetl plik

@ -0,0 +1,16 @@
===========================
Wagtail 1.4.1 release notes
===========================
.. contents::
:local:
:depth: 1
What's changed
==============
Bug fixes
~~~~~~~~~
* Fixed erroneous rendering of up arrow icons (Rob Moorman)

Wyświetl plik

@ -5,6 +5,7 @@ Release notes
:maxdepth: 1
1.5
1.4.1
1.4
1.3.1
1.3

Wyświetl plik

@ -76,7 +76,6 @@ $icons: (
);
$icons-after: (
'arrow-up': 'e',
'arrow-down-after': 'q',
'arrow-right-after': 'n'
);