File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1616
1717 * [ Ecto.Changeset] ` :empty_values ` is deprecated in favor of ` :trim_values `
1818
19+ ## v3.13.5 (2025-11-09)
20+
21+ ### Enhancements
22+
23+ * [ Ecto.Query] Support selecting a subset of a subquery as a struct
24+
25+ ## v3.13.4 (2025-10-24)
26+
27+ ### Bug fixes
28+
29+ * [ Ecto.Changeset] Ensure empty binaries are trimmed
30+ * [ Ecto.Repo] Ensure rollback applies to dynamic repos
31+ * [ Ecto.Type] Properly format ` :in ` composite types
32+
1933## v3.13.3 (2025-09-19)
2034
2135### Enhancements
Original file line number Diff line number Diff line change @@ -55,6 +55,17 @@ defmodule Ecto.MixProject do
5555
5656 defp docs do
5757 [
58+ search: [
59+ % {
60+ name: "Latest" ,
61+ help: "Search latest versions of Ecto + Ecto.SQL" ,
62+ packages: [ :ecto , :ecto_sql ]
63+ } ,
64+ % {
65+ name: "Current version" ,
66+ help: "Search only this project"
67+ }
68+ ] ,
5869 main: "Ecto" ,
5970 source_ref: "v#{ @ version } " ,
6071 logo: "guides/images/e.png" ,
You can’t perform that action at this time.
0 commit comments