aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_1_release_notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/5_1_release_notes.md')
-rw-r--r--guides/source/5_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md
index b81d6011ed..0f6167f1ee 100644
--- a/guides/source/5_1_release_notes.md
+++ b/guides/source/5_1_release_notes.md
@@ -562,7 +562,7 @@ Please refer to the [Changelog][active-support] for detailed changes.
of the current date & time.
([Pull Request](https://github.com/rails/rails/pull/24930))
-* Introduced the `assert_changes` and `assert_no_changes` method for tests.
+* Introduced the `assert_changes` and `assert_no_changes` methods for tests.
([Pull Request](https://github.com/rails/rails/pull/25393))
* The `travel` and `travel_to` methods now raise on nested calls.