diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a8fb5d8c4..0ad6c1071 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -15,6 +15,7 @@ Changelog
* Added `manage.py wagtail_update_index` alias to avoid clashes with `update_index` commands from other packages (Matt Westcott)
* Renamed `target_model` argument on `PageChooserBlock` to `page_type` (Loic Teixeira)
* `edit_handler` and `panels` can now be defined on a `ModelAdmin` definition (Thomas Kremmel)
+ * Add Learn Wagtail to third-party tutorials in documentation (Matt Westcott)
* Fix: Set `SERVER_PORT` to 443 in `Page.dummy_request()` for HTTPS sites (Sergey Fedoseev)
* Fix: Include port number in `Host` header of `Page.dummy_request()` (Sergey Fedoseev)
* Fix: Validation error messages in `InlinePanel` no longer count towards `max_num` when disabling the 'add' button (Todd Dembrey, Thibaud Colas)
diff --git a/docs/advanced_topics/third_party_tutorials.rst b/docs/advanced_topics/third_party_tutorials.rst
index 5d172723f..6e58a520f 100644
--- a/docs/advanced_topics/third_party_tutorials.rst
+++ b/docs/advanced_topics/third_party_tutorials.rst
@@ -6,6 +6,7 @@ Third-party tutorials
The following list is a collection of tutorials and development notes from third-party developers.
Some of the older links may not apply to the latest Wagtail versions.
+* `Learn Wagtail `_ - regular video tutorials about all aspects of Wagtail (1 March 2019)
* `Wagtail Tutorial Series `_ (20 January 2019)
* `E-Commerce for Django developers (with Wagtail shop tutorial) `_ (5 July 2018)
* `Wagtail and GraphQL `_ (19 April 2018)
diff --git a/docs/releases/2.5.rst b/docs/releases/2.5.rst
index 8ed1c5552..b4cf7cf02 100644
--- a/docs/releases/2.5.rst
+++ b/docs/releases/2.5.rst
@@ -25,6 +25,7 @@ Other features
* Added ``manage.py wagtail_update_index`` alias to avoid clashes with ``update_index`` commands from other packages (Matt Westcott)
* Renamed ``target_model`` argument on ``PageChooserBlock`` to ``page_type`` (Loic Teixeira)
* ``edit_handler`` and ``panels`` can now be defined on a ``ModelAdmin`` definition (Thomas Kremmel)
+ * Add Learn Wagtail to third-party tutorials in documentation (Matt Westcott)
Bug fixes