# Changelog

## 1.0.2

- Fix `defenum/2` and `defenum/3` not accepting variables

## 1.0

- Integration with Ecto 2.0
  If you encounter any compiler or deprecation warnings related to Ecto 2.0,
  please create an issue for it.

- Support for native Postgres Enum. We make use of Postgres' user-defined types

- [Helper functions for migrations](https://github.com/gjaldon/ecto_enum#reflection).
