Skip to content

Commit

Permalink
3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
EppO committed Jan 28, 2014
1 parent b6be581 commit 99061b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
= 3.4 (not released yet)
= 3.4 (Jan 28, 2014)
* fixed an initializer bug preventing the rails app to boot
* enhanced documentation regarding <tt>with_role</tt> method (thanks to @vicomte)
* added <tt>select(:id)</tt> in SQL subquery used by <tt>in</in> method in ActiveRecord adapter (thanks to @ryanaip and @badaboda)
* added <tt>select(:id)</tt> in SQL subquery used by <tt>in</tt> method in ActiveRecord adapter (thanks to @ryanaip and @badaboda)
* improved speed when removing roles using <tt>LIMIT(1)</tt> instead of <tt>COUNT</tt> (thanks to @yankovski)
* fixed travis builds for rubinius and mongoid
* fixed sanity check running before Rolify.config to ensure roles table exists
* fixed sanity check running before <tt>Rolify.config</tt> to ensure roles table exists
* fixed <tt>has_any_role?</tt> to work with unsaved records (thanks to @mhw)
* fixed specs for Mongoid

Expand Down
2 changes: 1 addition & 1 deletion lib/rolify/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rolify
VERSION = "3.3.0"
VERSION = "3.4.0"
end

0 comments on commit 99061b8

Please sign in to comment.