Skip to content

Commit 86a6896

Browse files
committed
Update CHANGELOG
1 parent e8e5be3 commit 86a6896

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,26 @@ Requires Elixir v1.14+.
77
### Enhancements
88

99
* [Ecto] Support Elixir's built-in JSON
10-
* [Ecto.Repo] Add `Ecto.Repo.all_by/3`
10+
* [Ecto.Enum] Add `Ecto.Enum.cast_value/3`
1111
* [Ecto.Query] Allow schema to be used for `values` list types
1212
* [Ecto.Query] Allow strings in `field/2`
1313
* [Ecto.Query] Add `identifier/1` in queries
1414
* [Ecto.Query] Add `constant/1` in queries
1515
* [Ecto.Query] Allow `exclude/2` to remove windows
16+
* [Ecto.Query] Allow source fields in `json_extract_path`
17+
* [Ecto.Repo] Add `Ecto.Repo.prepare_transaction/2` user callback
18+
* [Ecto.Repo] Add `Ecto.Repo.all_by/3`
19+
* [Ecto.Schema] Support `@schema_redact: :all_except_primary_keys` module attribute
1620

1721
### Bug fixes
1822

23+
* [Ecto.Query] Allow select merging maps with all nil values
1924
* [Ecto.Schema] Fix an issue where Ecto could warn an association did not exist, when it did
2025

26+
## v3.12.6 (2025-06-11)
27+
28+
Fix deprecations on Elixir v1.19.
29+
2130
## v3.12.5 (2024-11-28)
2231

2332
### Bug fixes

0 commit comments

Comments
 (0)