Changelog for v2.0
This is a major rewrite of the previously-existing [sqlite_ecto]((https://github.com/jazzyb/sqlite_ecto) that adds support for Ecto 2.1+.
v2.0.0-dev.2
26 March 2017
Bug fixes
- BREAKING CHANGE: Use the name
Sqlite.Ecto2consistently in API names. Discontinue use of nameSqlite.Ecto(without the2) - Ensure db_connection app is started before relying on it.
v2.0.0-dev.1
21 March 2017
Initial public release of version 2.0 (alpha quality).
Previous versions
- See the CHANGELOG.md for the v1.x series