Skip to content

Commit

Permalink
releasing 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed May 18, 2011
1 parent 843fe89 commit 6a01427
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,21 @@
1.6.5 (May 18, 2011)

* pass action and subject through AccessDenied exception when :through isn't found - issue #366

* many Mongoid adapter improvements (thanks rahearn, cardagin) - issues #363, #352, #343

* allow :through option to work with private controller methods - issue #360

* ensure Mongoid::Document is defined before loading Mongoid adapter - issue #359

* many DataMapper adapter improvements (thanks emmanuel) - issue #355

* handle checking nil attributes through associations (thanks thatothermitch) - issue #330

* improve scope merging - issue #328



1.6.4 (March 29, 2011)

* Fixed mongoid 'or' error - see issue #322
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.6.4"
s.version = "1.6.5"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"
Expand Down

0 comments on commit 6a01427

Please sign in to comment.