cancancan-system 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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