Skip to content

Commit a0ca993

Browse files
committed
Update CHANGELOG
1 parent 012888c commit a0ca993

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
Requires Elixir v1.14+.
66

7+
### Enhancements
8+
9+
* [Ecto] Support Elixir's built-in JSON
10+
* [Ecto.Repo] Add `Ecto.Repo.all_by/3`
11+
* [Ecto.Query] Allow schema to be used for `values` list types
12+
* [Ecto.Query] Allow strings in `field/2`
13+
* [Ecto.Query] Add `identifier/1` in queries
14+
* [Ecto.Query] Add `constant/1` in queries
15+
* [Ecto.Query] Allow `exclude/2` to remove windows
16+
17+
### Bug fixes
18+
19+
* [Ecto.Schema] Fix an issue where Ecto could warn an association did not exist, when it did
20+
721
## v3.12.5 (2024-11-28)
822

923
### Bug fixes

0 commit comments

Comments
 (0)