diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-02-14 15:36:45 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-02-14 15:36:45 -0200 |
commit | b9720355d05d61636396578a258c075fba2f854a (patch) | |
tree | d818f5c588937dfd7747a594354fca576a0176a0 /activesupport | |
parent | c5451777b038c5e48567f69256986ae42a2cde48 (diff) | |
download | rails-b9720355d05d61636396578a258c075fba2f854a.tar.gz rails-b9720355d05d61636396578a258c075fba2f854a.tar.bz2 rails-b9720355d05d61636396578a258c075fba2f854a.zip |
Fix the CHANGELOG headers [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 3f41c80540..f2e88f8e36 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 3.2.13 (unreleased) ## + * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb* |