aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 9b6dcd7af3..8de47fe9e1 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,14 +1,14 @@
-* Fixes Incorrect output from rails routes when using singular resources.
+* Fixes incorrect output from rails routes when using singular resources.
- Fixes #26606
+ Fixes #26606.
*Erick Reyna*
-
+
* Fixes multiple calls to `logger.fatal` instead of a single call,
for every line in an exception backtrace, when printing trace
from `DebugExceptions` middleware.
- Fixes #26134
+ Fixes #26134.
*Vipul A M*