Skip to content

Commit 941bd10

Browse files
committed
Release v3.13.3
1 parent 9719089 commit 941bd10

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog for v3.x
22

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+
315
## v3.13.2 (2025-06-24)
416

517
### Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Ecto.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-ecto/ecto"
5-
@version "3.13.2"
5+
@version "3.13.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)