mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update changelog
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2881 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
313468a732
commit
8a8b472fc2
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
*SVN*
|
||||
|
||||
* Added action_pack.rb stub so that ActionPack::Version loads properly [Sam Stephenson]
|
||||
|
||||
* Added short-hand to assert_tag so assert_tag :tag => "span" can be written as assert_tag "span" [DHH]
|
||||
|
||||
* Added skip_before_filter/skip_after_filter for easier control of the filter chain in inheritance hierachies [DHH]. Example:
|
||||
|
|
Loading…
Reference in a new issue