add release notes for #7489

pull/7510/head
LB Johnston 2021-09-10 07:01:37 +10:00
rodzic b4f0f56a05
commit eba4ac1563
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -35,6 +35,7 @@ Changelog
* Fix: Admin breadcrumbs home icon now shows for users with access to a subtree only (Stefan Hammer)
* Fix: Add handling of invalid inline styles submitted to `RichText` so `ConfigException` is not thrown (Alex Tomkins)
* Fix: Ensure comment notifications dropdown handles longer translations without overflowing content (Krzysztof Jeziorny)
* Fix: Set `default_auto_field` in `postgres_search` `AppConfig` (Nick Moreton)
2.14.1 (12.08.2021)

Wyświetl plik

@ -537,6 +537,7 @@ Contributors
* Justin Slay
* Desai Akshata
* Krzysztof Jeziorny
* Nick Moreton
Translators
===========

Wyświetl plik

@ -50,6 +50,7 @@ Bug fixes
* Admin breadcrumbs home icon now shows for users with access to a subtree only (Stefan Hammer)
* Add handling of invalid inline styles submitted to ``RichText`` so ``ConfigException`` is not thrown (Alex Tomkins)
* Ensure comment notifications dropdown handles longer translations without overflowing content (Krzysztof Jeziorny)
* Set ``default_auto_field`` in ``postgres_search`` ``AppConfig`` (Nick Moreton)
Upgrade considerations
======================