CHANGELOG.md in rails_multitenant-0.3.1 vs CHANGELOG.md in rails_multitenant-0.4.0
- old
+ new
@@ -1,7 +1,12 @@
# Changelog
-### 0.3.1 (unreleased)
+### 0.4.0
+* Fix be_multitenant_on matcher to handle models that don't include the `RailsMultitenant::MultitenantModel` module.
+* Fix `context_entity_id_field` to work with inheritance.
+* Drop Rails 3.2 and 4.0 support since `unscope` doesn't work propertly with default scopes.
+
+### 0.3.1
* Fix strip_<entity>_scope
### 0.3.0
* Modify `RailsMultitenant::GlobalContextRegistry#new_registry` to accept an arg
specifying the new registry to set. The previous registry is still returned.