CHANGELOG.md in rails_multitenant-0.10.0 vs CHANGELOG.md in rails_multitenant-0.11.0
- old
+ new
@@ -1,6 +1,10 @@
# Changelog
+### 0.11.0
+* Provide shorthands to access `RailsMultitenant::GlobalContextRegistry` methods via `RailsMultitenant`.
+ For example `RailsMultitenant[:organization_id] = 'some value'` will set that value in the registry.
+
### 0.10.0
* Rails 5.2 support.
### 0.9.0
* Modify `Current.current` to return a specified default, when not already initialized, or `nil`