Skip to content

Commit

Permalink
releasing 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Mar 16, 2011
1 parent 3f6cecb commit b0c1646
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,12 @@
1.6.1 (March 15, 2011)

* Use Item.new instead of build_item for singleton resource so it doesn't effect database - see issue #304

* Made accessible_by action default to :index and parent action default to :show instead of :read - see issue #302

* Reverted Inherited Resources "collection" override since it doesn't seem to be working - see issue #305


1.6.0 (March 11, 2011)

* Added MetaWhere support - see issue #194 and #261
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.0"
s.version = "1.6.1"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"
Expand Down

0 comments on commit b0c1646

Please sign in to comment.