From 8acb004a9f4792fefc7b4e7e4d07fdfd2877d250 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 302ce2adf..767075834 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -67,6 +67,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 708aef312..566f36e9a 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 9178899c6..f0dbb82f0 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)