Skip to content

Commit

Permalink
releasing version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Nov 12, 2010
1 parent 787511a commit 872e4cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rdoc
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cancan.gemspec
@@ -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"
Expand Down

0 comments on commit 872e4cf

Please sign in to comment.