CHANGELOG.md in rails_multitenant-0.7.2 vs CHANGELOG.md in rails_multitenant-0.8.0
- old
+ new
@@ -1,6 +1,10 @@
# Changelog
+### 0.8.0
+* Switch usage of Fixnum to Integer for Ruby > 2.4
+* Test with multiple Rubies
+
### 0.7.2
* Fix bug that prevents clearing dependents of classes derived from CurrentInstance.
### 0.7.1
* Added as_current multi-tenant class method.