diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-06-29 20:13:49 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-06-29 20:13:49 +0200 |
commit | d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c (patch) | |
tree | 542bb6e17b9eadb3c1a9233f6f2238add77fd6d3 | |
parent | 60e1aea9e654877be5f8837d82ff2d36392e5adf (diff) | |
download | rails-d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c.tar.gz rails-d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c.tar.bz2 rails-d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c.zip |
Quick pass through Active Support and guides CHANGELOG
[ci skip]
-rw-r--r-- | activesupport/CHANGELOG.md | 2 | ||||
-rw-r--r-- | guides/CHANGELOG.md | 6 |
2 files changed, 5 insertions, 3 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 diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index 4cd4a9d70c..2770fc73e7 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,16 +1,16 @@ * Change Posts to Articles in Getting Started sample application in order to better align with the actual guides. - * John Kelly Ferguson* + *John Kelly Ferguson* * Update all Rails 4.1.0 references to 4.1.1 within the guides and code. - * John Kelly Ferguson* + *John Kelly Ferguson* * Split up rows in the Explain Queries table of the ActiveRecord Querying section in order to improve readability. - * John Kelly Ferguson* + *John Kelly Ferguson* * Change all non-HTTP method 'post' references to 'article'. |