Release note for #4531 in 2.0.2

This commit is contained in:
Matt Westcott 2018-05-15 23:25:49 +01:00
parent 957dd4b0a0
commit 8acb004a9f
3 changed files with 3 additions and 0 deletions

View file

@ -67,6 +67,7 @@ Changelog
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
* Fix: Restored ability to use non-model fields with FieldPanel (Matt Westcott, LB (Ben Johnston)) * Fix: Restored ability to use non-model fields with FieldPanel (Matt Westcott, LB (Ben Johnston))
* Fix: Fix usage URL on the document edit page (Jérôme Lebleu)
2.0.1 (04.04.2018) 2.0.1 (04.04.2018)

View file

@ -298,6 +298,7 @@ Contributors
* Harm Zeinstra * Harm Zeinstra
* David Moore * David Moore
* Pierre Geier * Pierre Geier
* Jérôme Lebleu
Translators Translators
=========== ===========

View file

@ -14,3 +14,4 @@ Bug fixes
~~~~~~~~~ ~~~~~~~~~
* Restored ability to use non-model fields with FieldPanel (Matt Westcott, LB (Ben Johnston)) * Restored ability to use non-model fields with FieldPanel (Matt Westcott, LB (Ben Johnston))
* Fix usage URL on the document edit page (Jérôme Lebleu)