aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 6df755dd9e..40655c6577 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Remove deprecated ActionController::Base#assign_default_content_type_and_charset
+
* Changed the default of ActionView#render to assume partials instead of files when not given an options hash [DHH]. Examples:
# Instead of <%= render :partial => "account" %>