aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorYves Senn <yves.senn@garaio.com>2012-09-17 18:17:37 +0200
committerYves Senn <yves.senn@garaio.com>2012-09-17 18:17:37 +0200
commitdadfa9ab32669cda34f01a1cc06afbe97c8a0f79 (patch)
treeecbd10670d4728bbb67da64c148c489d2391f2dd /actionpack
parent370dcd99b7635f6a5075da73de27c6da59a8553b (diff)
downloadrails-dadfa9ab32669cda34f01a1cc06afbe97c8a0f79.tar.gz
rails-dadfa9ab32669cda34f01a1cc06afbe97c8a0f79.tar.bz2
rails-dadfa9ab32669cda34f01a1cc06afbe97c8a0f79.zip
cleanup, remove whitespace from CHANGELOG
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index ea4217c0d5..39105c5ca3 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -6,16 +6,16 @@
* Allow pass couple extensions to ActionView::Template.register_template_handler call. *Tima Maslyuchenko*
-* Sprockets integration has been extracted from Action Pack and the `sprockets-rails`
+* 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.
+ 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.
+* `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*