Current section

Files

Jump to
sqlite_ecto2 CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for v2.2.x Series
## v2.2.2
_8 October 2017_
* Better error message if no database path provided. Fixes #200.
## v2.2.1
_11 September 2017_
* Update tests to work with Ecto 2.2.2.
## v2.2.0
_28 August 2017_
* Update to support Ecto 2.2.x. (Aligned version numbers to match Ecto versioning series.)
* Drop support for Elixir 1.3.x. New minimum version is 1.4.0.
* Drop support for OTP 18.0. New minimum version is 18.2.
* Decimal value support, while still present in the library, is no longer officially supported.
## Previous versions
* [v2.0.x series](https://github.com/scouten/sqlite_ecto2/blob/v2.0/CHANGELOG.md)
* [v1.x series](https://github.com/jazzyb/sqlite_ecto/blob/master/CHANGELOG.md)