diff --git a/migrations/53-54/new-features.md b/migrations/53-54/new-features.md
index 279420d8..5fc0ddfc 100644
--- a/migrations/53-54/new-features.md
+++ b/migrations/53-54/new-features.md
@@ -18,6 +18,15 @@ All the new features that have been added to version 5.4, along with any changes
Automated Core Updates
* [45143](https://github.com/joomla/joomla-cms/pull/45143) Automated Core Updates client functionality.
* [45517](https://github.com/joomla/joomla-cms/pull/45517) Automated Updates information added.
+
+---
+
+You can pre-test an automated update with Joomla 5.4.0 alpha versions by installing the
+'[System - Alpha Update Server](https://github.com/joomla/joomla-cms/issues/45540)' plugin.
+Please ensure the test instance is accessible from the Internet
+(for example, by using [Launch your Joomla! site](https://launch.joomla.org/)) and
+**do not** use the alpha releases for production sites.
+
diff --git a/migrations/54-60/new-features.md b/migrations/54-60/new-features.md
index d7578e4d..3375d41b 100644
--- a/migrations/54-60/new-features.md
+++ b/migrations/54-60/new-features.md
@@ -12,7 +12,7 @@ New Features
All the new features that have been added to this version.
Any changes in best practice.
-## Tags: Remove a Tag From via Batch Processing
+## Tags: Remove a Tag via Batch Processing
This PR introduces the possibility to remove/unassign one tag from the selected articles. It also extends batch processing for categories, contacts and news feeds.
PR: [40613](https://github.com/joomla/joomla-cms/pull/40613)