diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 72595d9cd..ca4590ffa 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -24,6 +24,7 @@ Changelog
* Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott)
* Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott)
* Add docs table template rendering example (Matt Westcott)
+ * Add blog about image uploads in Wagtail forms to third party tutorial documentation (a-mere-peasant)
* Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook)
* Fix: Added https support for Scribd oEmbed provider (Rodrigo)
* Fix: Changed StreamField group labels color so labels are visible (Catherine Farman)
diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst
index d2b961ea7..3ba60f196 100644
--- a/CONTRIBUTORS.rst
+++ b/CONTRIBUTORS.rst
@@ -412,6 +412,7 @@ Contributors
* Mike Janger
* Prithvi MK
* pySilver
+* a-mere-peasant
Translators
===========
diff --git a/docs/advanced_topics/third_party_tutorials.rst b/docs/advanced_topics/third_party_tutorials.rst
index 8c60c3123..d64871c0c 100644
--- a/docs/advanced_topics/third_party_tutorials.rst
+++ b/docs/advanced_topics/third_party_tutorials.rst
@@ -19,6 +19,7 @@ Third-party tutorials
* `Wagtail and GraphQL `_ (19 April 2018)
* `Wagtail and Azure storage blob containers `_ (29 November 2017)
* `Building TwilioQuest with Twilio Sync, Django [incl. Wagtail], and Vue.js `_ (6 November 2017)
+* `Image upload in wagtail forms `_ (3 September 2017)
* `Upgrading from Wagtail 1.0 to Wagtail 1.11 `_ (19 July 2017)
* `Wagtail-Multilingual: a simple project to demonstrate how multilingual is implemented `_ (31 January 2017)
* `Wagtail: 2 Steps for Adding Pages Outside of the CMS `_ (15 February 2016)
diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst
index 50989415d..e73a6acdf 100644
--- a/docs/releases/2.7.rst
+++ b/docs/releases/2.7.rst
@@ -43,6 +43,7 @@ Other features
* Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott)
* Allow ``register_page_action_menu_item`` and ``construct_page_action_menu`` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott) - thanks to `The Motley Fool `_ for sponsoring review of this feature
* Add docs table template rendering example (Matt Westcott)
+ * Add blog about image uploads in Wagtail forms to third party tutorial documentation (a-mere-peasant)
Bug fixes