Skip to content

Commit

Permalink
releasing version 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Sep 29, 2011
1 parent 9832639 commit 26b40f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.rdoc
@@ -1,3 +1,22 @@
1.6.6 (September 28, 2011)

* correct "return cant jump across threads" error when using check_authorization (thanks codeprimate) - issues #463, #469

* fixing tests in development by specifying with_model version (thanks kirkconnell) - issue #476

* added travis.yml file for TravisCI support (thanks bai) - issue #427

* better support for namespaced models (thanks whilefalse) - issues #424

* adding :id_param option to load_and_authorize_resource (thanks skhisma) - issue #425

* make default unauthorized message translatable text (thanks nhocki) - issue #409

* improving DataMapper behavior (thanks psanford, maxsum-corin) - issue #410, #373

* allow :find_by option to be full find method name - issue #335


1.6.5 (May 18, 2011)

* pass action and subject through AccessDenied exception when :through isn't found - issue #366
Expand All @@ -15,7 +34,6 @@
* 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.5"
s.version = "1.6.6"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"
Expand Down

0 comments on commit 26b40f2

Please sign in to comment.