Skip to content

Commit 0709545

Browse files
committed
Update mix docs and CHANGELOG
1 parent 0123f91 commit 0709545

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@
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

mix.exs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)