CHANGELOG.md in acfs-0.44.0 vs CHANGELOG.md in acfs-0.45.0
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 0.45.0
+
+* Fetching multiple records (`find(ary)`) is stable now, but untested (#38)
+* Middleware stack is build on ActionDispatch::MiddlewareStack now
+* Deprecate legacy middleware names (xyEncoder, xyDecoder)
+
## 0.44.0
* Add option to configure adapter creation and pass option to typhoeus adapter e.g.
limiting concurrency.