CHANGELOG.md in hanami-model-1.0.0.beta2 vs CHANGELOG.md in hanami-model-1.0.0.beta3
- old
+ new
@@ -1,7 +1,11 @@
# Hanami::Model
A persistence layer for Hanami
+## v1.0.0.beta3 - 2017-03-17
+### Added
+- [Luca Guidi] Introduced `Hanami::Model.disconnect` to disconnect all the active database connections
+
## v1.0.0.beta2 - 2017-03-02
### Added
- [Semyon Pupkov] Allow to define Postgres connection URL as `"postgresql:///mydb?host=localhost&port=6433&user=postgres&password=testpasswd"`
### Fixed