releasing 1.6.9

This commit is contained in:
Ryan Bates 2013-02-04 14:18:38 -08:00
parent 3f4ee12025
commit 38d4654523
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
1.6.9 (February 4, 2013)
* fix inserting AND (NULL) to end of SQL queries (thanks jonsgreen) - issue #687
* fix merge_joins for nested association hashes (thanks DavidMikeSimon) - issues #655, #560
* raise error on recursive alias_action (thanks fl00r) - issue #660
* fix namespace controllers not loading params (thanks andhapp) - issues #670, #664
1.6.8 (June 25, 2012) 1.6.8 (June 25, 2012)
* improved support for namespaced controllers and models * improved support for namespaced controllers and models

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "cancan" s.name = "cancan"
s.version = "1.6.8" s.version = "1.6.9"
s.author = "Ryan Bates" s.author = "Ryan Bates"
s.email = "ryan@railscasts.com" s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan" s.homepage = "http://github.com/ryanb/cancan"