CHANGELOG.md

# CHANGELOG

## v0.4.0 (2023-09-10)

  * Warn when `compare?/1` is used on a struct

## v0.3.0 (2023-01-28)

  * Allow `==` and `!=` in expressions
  * Allow `Elixir >= 1.13.0`
    * `Macro.prewalker` was introduced in `1.13.0`

## v0.2.0 (2022-11-05)

  * Allow `not` in expressions

## v0.1.0 (2022-11-03)

  * Initial release