aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-11-28 11:06:19 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-11-28 12:02:11 -0200
commitf3aaf6d7d192eeead15458e2d042811b9681dd9c (patch)
treec19151ea05783ef2fef275dcbde5cc5ff868d5a5 /activerecord/CHANGELOG.md
parentdaa7b4e2f0f045af0dbecc6f531976fe68132cab (diff)
downloadrails-f3aaf6d7d192eeead15458e2d042811b9681dd9c.tar.gz
rails-f3aaf6d7d192eeead15458e2d042811b9681dd9c.tar.bz2
rails-f3aaf6d7d192eeead15458e2d042811b9681dd9c.zip
Use assert_nil instead of assert_equal
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 66359fb80f..ee99e86157 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,6 @@
## Rails 4.0.0 (unreleased) ##
-* Fix dirty attribute checks for TimeZoneConversion with nil and blank
+* Fix dirty attribute checks for `TimeZoneConversion` with nil and blank
datetime attributes. Setting a nil datetime to a blank string should not
result in a change being flagged. Fix #8310