aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-07-23 14:26:16 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-07-23 14:26:16 -0700
commit125dfdfcf7aa990d49817ef84202f6a374804882 (patch)
treedf070962c494ea0e834eafb103016487e4b4f062 /actionpack/CHANGELOG.md
parent6b7d26cf3c061907aedc44f7f36776c9b36950fd (diff)
downloadrails-125dfdfcf7aa990d49817ef84202f6a374804882.tar.gz
rails-125dfdfcf7aa990d49817ef84202f6a374804882.tar.bz2
rails-125dfdfcf7aa990d49817ef84202f6a374804882.zip
updating changelogs
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 4b483b200f..770576f826 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,19 @@
+## Rails 3.2.7 (unreleased) ##
+
+* Bump Journey requirements to 1.0.4
+
+* Add support for optional root segments containing slashes
+
+* Fixed bug creating invalid HTML in select options
+
+* Show in log correct wrapped keys
+
+* Fix NumberHelper options wrapping to prevent verbatim blocks being rendered instead of line continuations.
+
+* ActionController::Metal doesn't have logger method, check it and then delegate
+
+* ActionController::Caching depends on RackDelegation and AbstractController::Callbacks
+
## Rails 3.2.6 (Jun 12, 2012) ##
* nil is removed from array parameter values