From 6fed8400f1312de2999a398d705f13e8d56d5fea Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 15 May 2018 23:25:49 +0100 Subject: [PATCH] Release note for #4531 in 2.0.2 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/2.0.2.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 805658c817..778a01cadb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -74,6 +74,7 @@ Changelog ~~~~~~~~~~~~~~~~~~ * 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) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 708aef3127..566f36e9ab 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -298,6 +298,7 @@ Contributors * Harm Zeinstra * David Moore * Pierre Geier +* Jérôme Lebleu Translators =========== diff --git a/docs/releases/2.0.2.rst b/docs/releases/2.0.2.rst index 9178899c6e..f0dbb82f0e 100644 --- a/docs/releases/2.0.2.rst +++ b/docs/releases/2.0.2.rst @@ -14,3 +14,4 @@ Bug fixes ~~~~~~~~~ * 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)