Skip to content

Commit bbf4589

Browse files
committed
Update CHANGELOG
1 parent ec068e1 commit bbf4589

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

3+
## v3.8.0-dev
4+
5+
### Enhancements
6+
7+
* [Ecto] Add new Embedded chapter to Introductory guides
8+
* [Ecto.Query] Support parameterized types in `type/2`
9+
* [Ecto.Query] Allow using `type/2` with virtual fields
10+
* [Ecto.Query] Suggest alternatives to inexistent fields in queries
11+
* [Ecto.Schema] Validate options given to schema fields
12+
* [Ecto.Schema] Add option to skip validations for default values
13+
14+
### Bug fixes
15+
16+
* [Ecto.Changeset] Address regression on `validate_subset` no longer working with custom array types
17+
* [Ecto.Query] Handle atom list sigils in `select`
18+
* [Ecto.Query] Handle scenarios where `(left not in right)` would not be allowed in queries
19+
* [Ecto.Repo] Properly handle literals in queries given to `insert_all`
20+
321
## v3.7.1 (2021-08-27)
422

523
### Enhancements

0 commit comments

Comments
 (0)