File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 3.5.0
22
33* [ #653 ] ( https://github.com/CanCanCommunity/cancancan/pull/653 ) : Add support for using an nil relation as a condition. ([ @ghiculescu ] [ ] )
44* [ #702 ] ( https://github.com/CanCanCommunity/cancancan/pull/702 ) : Support scopes of STI classes as ability conditions. ([ @honigc ] [ ] )
55* [ #798 ] ( https://github.com/CanCanCommunity/cancancan/pull/798 ) : Allow disabling of rules compressor via ` CanCan.rules_compressor_enabled = false ` . ([ @coorasse ] [ ] )
6+ * [ #814 ] ( https://github.com/CanCanCommunity/cancancan/pull/814 ) : Fix issue with polymorphic associations. ([ @WriterZephos ] [ ] )
67
78## 3.4.0
89
@@ -705,3 +706,4 @@ Please read the [guide on migrating from CanCanCan 2.x to 3.0](https://github.co
705706[ @mtoneil ] : https://github.com/mtoneil
706707[ @Juleffel ] : https://github.com/Juleffel
707708[ @honigc ] : https://github.com/honigc
709+ [ @WriterZephos ] : https://github.com/WriterZephos
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module CanCan
4- VERSION = '3.4 .0' . freeze
4+ VERSION = '3.5 .0' . freeze
55end
You can’t perform that action at this time.
0 commit comments