We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9719089 commit 941bd10Copy full SHA for 941bd10
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog for v3.x
2
3
+## v3.13.3 (2025-09-19)
4
+
5
+### Enhancements
6
7
+ * [Ecto.Query] Accept a list of things to exclude in `exclude`
8
9
+### Bug fixes
10
11
+ * [Ecto.Query] Allow 2-arity functions as preload function in query
12
+ * [Ecto.Query] Remove soft deprecated literal warning
13
+ * [Ecto.Schema] Do not consider space and newlines as empty for binary types
14
15
## v3.13.2 (2025-06-24)
16
17
### Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule Ecto.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-ecto/ecto"
- @version "3.13.2"
+ @version "3.13.3"
def project do
[
0 commit comments