提交 d8d8334a 编写于 作者: C Carlhuda

Update changelog

上级 0fe99e87
......@@ -2,6 +2,9 @@
* Renames csrf_meta_tag -> csrf_meta_tags, and aliases csrf_meta_tag for backwards compatibility. [fxn]
* Add Rack::Cache to the default stack. Create a Rails store that delegates to the Rails cache, so by default, whatever caching layer you are using will be used
for HTTP caching. Note that Rack::Cache will be used if you use #expires_in, #fresh_when or #stale with :public => true. Otherwise, the caching rules will apply
to the browser only.
*Rails 3.0.0 (August 29, 2010)*
......
*Rails 3.1.0 (unreleased)*
* Added Rack::Cache to the default middleware stack
* Engine is now rack application [Piotr Sarnacki]
* Added middleware stack to Engine [Piotr Sarnacki]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册