aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-06-29 20:13:49 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-06-29 20:13:49 +0200
commitd93ae4fca82ddd454d7e3ed4f109e37eb3b5686c (patch)
tree542bb6e17b9eadb3c1a9233f6f2238add77fd6d3 /activesupport
parent60e1aea9e654877be5f8837d82ff2d36392e5adf (diff)
downloadrails-d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c.tar.gz
rails-d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c.tar.bz2
rails-d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c.zip
Quick pass through Active Support and guides CHANGELOG
[ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 8eccc2de90..a2a5da4afb 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -11,9 +11,11 @@
*Robin Dupret*
* Make Dependencies pass a name to NameError error.
+
*arthurnn*
* Fixed `ActiveSupport::Cache::FileStore` exploding with long paths.
+
*Adam Panzer / Michael Grosser*
* Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lost