Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Aug 18, 2024
1 parent b0939f7 commit 8e6f8f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
- The previously deprecated function `Flop.Schema.field_type/2` was removed in
favor of `Flop.Schema.field_info/2`.

### Fixed

- Fixed a compatibility issue with Ecto 3.12 related to the initialization of
the `Ecto.Enum` type.

### Upgrade Guide

Replace the tuple syntax for join fields with a keyword list.
Expand Down

0 comments on commit 8e6f8f0

Please sign in to comment.