aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-21 10:18:10 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-21 10:18:10 -0300
commit55d943c5670997ce64744c1ae3cd0426f5517b10 (patch)
tree76c4d09fd0f4761da82bfedf570d4f70cd000e87 /activerecord/CHANGELOG.md
parent245fb737db0cdb6543d47eef4e72408bd90c966e (diff)
downloadrails-55d943c5670997ce64744c1ae3cd0426f5517b10.tar.gz
rails-55d943c5670997ce64744c1ae3cd0426f5517b10.tar.bz2
rails-55d943c5670997ce64744c1ae3cd0426f5517b10.zip
Add CHANGELOG entry for #6986
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 bcf2fcb5ec..6164be5e5b 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (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*