From 306d99f8ca7b1dc9f1738b3c8e96061574ac506f Mon Sep 17 00:00:00 2001 From: Deepak Mahakale Date: Thu, 13 Jun 2024 14:57:15 +0530 Subject: [PATCH] Add changelog for the new internal route rails/info/notes --- railties/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index f8c09ffb72..2be0f51c55 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,7 @@ +* Add internal page `/rails/info/notes`, that displays the same information as `bin/rails notes`. + + *Deepak Mahakale* + * Defer route drawing to the first request, or when url_helpers are called Executes the first routes reload in middleware, or when a route set's