aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAdam Meehan <adam.meehan@gmail.com>2012-09-05 21:05:25 +1000
committerAdam Meehan <adam.meehan@gmail.com>2012-09-05 21:05:25 +1000
commitacf583a5e00be0fb684f73ad51cdad0237c981b2 (patch)
tree98ef1a0647d30541cdd61aef205a447f3dacce55 /activerecord
parentce7cdb90728d2883e6eee100f3c6a845d3569d63 (diff)
downloadrails-acf583a5e00be0fb684f73ad51cdad0237c981b2.tar.gz
rails-acf583a5e00be0fb684f73ad51cdad0237c981b2.tar.bz2
rails-acf583a5e00be0fb684f73ad51cdad0237c981b2.zip
Update changelog with time column type casting fix
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 85880e97ea..68c43558fd 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Fix time column type casting for invalid time string values to correctly return nil.
+
+ *Adam Meehan*
+
* Allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes_for
*Mikhail Dieterle*