diff --git a/templates/changelog/changelog.html b/templates/changelog/changelog.html
index 60cbf82..58f2744 100644
--- a/templates/changelog/changelog.html
+++ b/templates/changelog/changelog.html
@@ -10,6 +10,15 @@
Updates and changes to the site will be documented here, with the most recent changes listed first.
+
+
+
March 31, 2025
+
+ - Refactored endpoint listing/searching functionality into its own blueprint (`routes/endpoints.py`
+ with `/endpoints` prefix).
+ - Updated relevant `url_for` calls in templates to use the new `endpoints.` prefix.
+
+
March 31, 2025
diff --git a/templates/endpoints.html b/templates/endpoints.html
index af656bd..0db6eeb 100644
--- a/templates/endpoints.html
+++ b/templates/endpoints.html
@@ -11,7 +11,7 @@