releasing version 1.4.1
This commit is contained in:
parent
787511a208
commit
872e4cfba8
|
@ -1,3 +1,16 @@
|
|||
1.4.1 (November 12, 2010)
|
||||
|
||||
* Renaming skip_authorization to skip_authorization_check - see issue #169
|
||||
|
||||
* Adding :through_association option to load_resource (thanks hunterae) - see issue #171
|
||||
|
||||
* The :shallow option now works with the :singleton option (thanks nandalopes) - see issue #187
|
||||
|
||||
* Play nicely with quick_scopes gem (thanks ramontayag) - see issue #183
|
||||
|
||||
* Fix odd behavior when "cache_classes = false" (thanks mphalliday) - see issue #174
|
||||
|
||||
|
||||
1.4.0 (October 5, 2010)
|
||||
|
||||
* Adding Gemfile; to get specs running just +bundle+ and +rake+ - see issue #163
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "cancan"
|
||||
s.version = "1.4.0"
|
||||
s.version = "1.4.1"
|
||||
s.author = "Ryan Bates"
|
||||
s.email = "ryan@railscasts.com"
|
||||
s.homepage = "http://github.com/ryanb/cancan"
|
||||
|
|
Loading…
Reference in New Issue
Block a user