aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authoralpaca-tc <alpaca-tc@alpaca.tc>2016-07-15 04:12:11 +0900
committeralpaca-tc <alpaca-tc@alpaca.tc>2016-07-19 22:35:45 +0900
commit780535017ae3071c87f29b1bf7ea2015959a6c21 (patch)
treeab3a54bbc1a1e250c63e1e3585c7d5ca0512e26c /activerecord/CHANGELOG.md
parentd8bc0964d29837407efe425d7a65ab9a27d96e82 (diff)
downloadrails-780535017ae3071c87f29b1bf7ea2015959a6c21.tar.gz
rails-780535017ae3071c87f29b1bf7ea2015959a6c21.tar.bz2
rails-780535017ae3071c87f29b1bf7ea2015959a6c21.zip
Fixes multiparameter attributes conversion with time_zone_aware_attributes and invalid params
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 1d0e4b32a3..ba9f07e26e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fixes multi-parameter attributes conversion with invalid params.
+
+ *Hiroyuki Ishii*
+
* Add newline between each migration in `structure.sql`.
Keeps schema migration inserts as a single commit, but allows for easier