CHANGELOG.md in switch_point-0.6.0 vs CHANGELOG.md in switch_point-0.7.0
- old
+ new
@@ -1,4 +1,7 @@
+## 0.7.0 (2015-10-16)
+- `Model.with_readonly` and `Model.with_writable` now raises error when the Model doesn't use switch_point
+
## 0.6.0 (2015-04-14)
- Add `SwitchPoint::QueryCache` middleware
- `Model.cache` and `Model.uncached` is now hooked by switch_point
- `Model.cache` enables query cache for both readonly and writable.
- `Model.uncached` disables query cache for both readonly and writable.