Skip to content

Commit

Permalink
releasing 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed May 7, 2013
1 parent ea2b07f commit f2f40c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,15 @@
1.6.10 (May 7, 2013)

* fix matches_conditons_hash for string values on 1.8 (thanks rrosen)

* work around SQL injection vulnerability in older Rails versions (thanks steerio) - issue #800

* add support for nested join conditions (thanks yuszuv) - issue #806

* fix load_resource "find_by" in mongoid resources (thanks albertobajo) - issue #705

* fix namespace split behavior (thanks xinuc) - issue #668

1.6.9 (February 4, 2013)

* fix inserting AND (NULL) to end of SQL queries (thanks jonsgreen) - issue #687
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.9"
s.version = "1.6.10"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"
Expand Down

0 comments on commit f2f40c7

Please sign in to comment.