Update contributor name

pull/5714/head
LB 2019-11-16 18:28:21 +10:00
rodzic 16bf4cac56
commit 9b64a8647c
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -9,12 +9,12 @@ Changelog
* Combine flake8 configurations (Sergey Fedoseev)
* Improved diffing behavior for text fields (Aliosha Padovani)
* Improve contrast of disabled inputs (Nick Smith)
* Added ``get_document_model_string`` function (WinterComes)
* Added ``get_document_model_string`` function (Andrey Smirnov)
* Fix: Rename documents listing column 'uploaded' to 'created' (LB (Ben Johnston))
* Fix: Submenu items longer then the page height are no longer broken by the submenu footer (Igor van Spengen)
* Fix: Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott)
* Fix: Prevent error when comparing pages that reference a model with a custom primary key (Fidel Ramos)
* Fix: Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (WinterComes)
* Fix: Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (Andrey Smirnov)
* Fix: Fixed incorrect HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe)
2.7 LTS (06.11.2019)

Wyświetl plik

@ -421,7 +421,7 @@ Contributors
* Stefani Castellanos
* Aliosha Padovani
* Tom Readings
* WinterComes
* Andrey Smirnov
Translators
===========

Wyświetl plik

@ -18,7 +18,7 @@ Other features
* Combine flake8 configurations (Sergey Fedoseev)
* Improved diffing behavior for text fields (Aliosha Padovani)
* Improve contrast of disabled inputs (Nick Smith)
* Added ``get_document_model_string`` function (WinterComes)
* Added ``get_document_model_string`` function (Andrey Smirnov)
Bug fixes
@ -28,7 +28,7 @@ Bug fixes
* Submenu items longer then the page height are no longer broken by the submenu footer (Igor van Spengen)
* Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott)
* Prevent error when comparing pages that reference a model with a custom primary key (Fidel Ramos)
* Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (WinterComes)
* Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (Andrey Smirnov)
* Fixed incorrect HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe)