aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-21 10:13:55 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-21 10:36:01 -0300
commit8905c1fb496641c3cdb7b3b816ae6d3d4b2c2b73 (patch)
tree058bfafd14c6284c699e3ee84adf017acdcc3641 /activerecord/CHANGELOG.md
parentfdf4eae506fa9895e831f569bed3c4aa6a999a22 (diff)
downloadrails-8905c1fb496641c3cdb7b3b816ae6d3d4b2c2b73.tar.gz
rails-8905c1fb496641c3cdb7b3b816ae6d3d4b2c2b73.tar.bz2
rails-8905c1fb496641c3cdb7b3b816ae6d3d4b2c2b73.zip
Merge pull request #6986 from kennyj/fix_6975
Fix #6975. Round usec when writing timestamp attribute. Conflicts: activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9c063e897c..6f81625429 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 3.2.9 (unreleased)
+* Round usec when comparing timestamp attributes in the dirty tracking.
+ Fixes #6975.
+
+ *kennyj*
+
* Use inversed parent for first and last child of has_many association.
*Ravil Bayramgalin*