From 26b40f2b49426041f3103727c627da3fa8657589 Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Wed, 28 Sep 2011 17:00:32 -0700 Subject: [PATCH] releasing version 1.6.6 --- CHANGELOG.rdoc | 20 +++++++++++++++++++- cancan.gemspec | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 367a91ef..d288a03b 100644 --- a/CHANGELOG.rdoc +++ b/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 @@ -15,7 +34,6 @@ * improve scope merging - issue #328 - 1.6.4 (March 29, 2011) * Fixed mongoid 'or' error - see issue #322 diff --git a/cancan.gemspec b/cancan.gemspec index 5379d486..ac1a179f 100644 --- a/cancan.gemspec +++ b/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"