diff options
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 0b453b34aa..bfa37aaf0f 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -5,6 +5,8 @@ # Loads :classic_pagination before all the other plugins config.plugins = [ :classic_pagination, :all ] +* Added symbols as a legal way of specifying plugins in config.plugins #9629 [tom] + * Removed deprecated task names, like clear_logs, in favor of the new namespaced style [DHH] * Support multiple config.after_initialize blocks so plugins and apps can more easily cooperate. #9582 [zdennis] |