Skip to content

Commit

Permalink
Add missing entries in AP changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Sep 17, 2012
1 parent e08a564 commit 0654f76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions actionpack/CHANGELOG.md
@@ -1,5 +1,18 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##


* Sprockets integration has been extracted from Action Pack and the `sprockets-rails`
gem should be added to Gemfile (under the assets group) in order to use Rails asset
pipeline in future versions of Rails.

*Guillermo Iguaran*

* `ActionDispatch::Session::MemCacheStore` now uses `dalli` instead of the deprecated
`memcache-client` gem. As side effect the autoloading of unloaded classes objects
saved as values in session isn't supported anymore when mem_cache session store is
used, this can have an impact in apps only when config.cache_classes is false.

*Arun Agrawal + Guillermo Iguaran*

* Support multiple etags in If-None-Match header. *Travis Warlick* * Support multiple etags in If-None-Match header. *Travis Warlick*


* Allow to configure how unverified request will be handled using `:with` * Allow to configure how unverified request will be handled using `:with`
Expand Down

0 comments on commit 0654f76

Please sign in to comment.