Add Daniel Fairhead to contributors

pull/7321/head
Matt Westcott 2021-07-07 16:30:36 +01:00
rodzic 3f260f4598
commit 60a3365ce2
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ Changelog
* Fix: Respect cache_age parameters on embeds (Gordon Pendleton)
* Fix: Page comparison view now reflects request-level customisations to edit handlers (Matt Westcott)
* Fix: Add `block.super` to remaining `extra_js` & `extra_css` blocks (Andrew Stone)
* Fix: Ensure that `editor` and `features` arguments on RichTextField are preserved by `clone()` (Daniel)
* Fix: Ensure that `editor` and `features` arguments on RichTextField are preserved by `clone()` (Daniel Fairhead)
2.13.3 (05.07.2021)

Wyświetl plik

@ -521,6 +521,7 @@ Contributors
* Jake Howard
* Petr Dlouhý
* Andrew Stone
* Daniel Fairhead
Translators
===========

Wyświetl plik

@ -41,7 +41,7 @@ Bug fixes
* Respect cache_age parameters on embeds (Gordon Pendleton)
* Page comparison view now reflects request-level customisations to edit handlers (Matt Westcott)
* Add ``block.super`` to remaining ``extra_js`` & ``extra_css`` blocks (Andrew Stone)
* Ensure that ``editor`` and ``features`` arguments on RichTextField are preserved by ``clone()`` (Daniel)
* Ensure that ``editor`` and ``features`` arguments on RichTextField are preserved by ``clone()`` (Daniel Fairhead)
Upgrade considerations
======================