cancancan-system 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,24 +0,0 @@
1
- # Changelog
2
-
3
- ### master
4
-
5
- * nothing yet
6
-
7
- ### 1.1.2 - 2018/05/24
8
-
9
- * bugfixes
10
- * update `acts_as_belongable` dependency
11
-
12
- ### 1.1.0 - 2018/01/21
13
-
14
- * enhancements
15
- * allow `column` option to be set to `nil` to use the `id` attribute
16
-
17
- ### 1.0.1 - 2018/01/21
18
-
19
- * bugfixes
20
- * fixed variable naming issues
21
-
22
- ### 1.0.0 - 2018/01/20
23
-
24
- * initial release