diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 9b8029d565..ef7049e6e5 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -8,8 +8,8 @@ *John Meehan* -* Display name of the class defining the initializer also in the output - of `rails initializers`. +* Display name of the class defining the initializer along with the initializer + name in the output of `rails initializers`. Before: disable_dependency_loading |