Skip to content

Commit dfb4efb

Browse files
committed
chore: update changelog
1 parent 7bdb77d commit dfb4efb

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,31 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
77

88
## [v2.4.13](https://github.com/ash-project/ash_postgres/compare/v2.4.12...v2.4.13) (2024-11-26)
99

10-
11-
12-
1310
### Bug Fixes:
1411

15-
* honor the `snapshots_only` option
12+
- [`mix ash.migrate`] honor the `snapshots_only` option
1613

1714
### Improvements:
1815

19-
* honor repo configuration in migration generator
20-
21-
* honor `:priv` in migration generator, and make it explicitly configurable
16+
- [`mix ash.migrate`] honor repo configuration in migration generator
2217

23-
* add tests for calculations through from_many? relationships
18+
- [`mix ash.codegen`] honor `:priv` in migration generator, and make it explicitly configurable
2419

25-
* don't generate task aliases that run seeds in test
20+
- [`mix ash_postgres.install`] don't generate task aliases that run seeds in test
2621

2722
## [v2.4.12](https://github.com/ash-project/ash_postgres/compare/v2.4.11...v2.4.12) (2024-10-30)
2823

2924
### Bug Fixes:
3025

31-
* [query builder] don't double add distinct clauses
26+
- [query builder] don't double add distinct clauses
3227

33-
* [`AshPostgres.DataLayer`] don't use `cast` for changes
28+
- [`AshPostgres.DataLayer`] don't use `cast` for changes
3429

3530
### Improvements:
3631

37-
* [`AshPostgres.Repo`] set `prefer_transaction?` to false in generated repos
32+
- [`AshPostgres.Repo`] set `prefer_transaction?` to false in generated repos
3833

39-
* [`AshPostgres.DataLayer`] support prefer_transaction?
34+
- [`AshPostgres.DataLayer`] support prefer_transaction?
4035

4136
## [v2.4.11](https://github.com/ash-project/ash_postgres/compare/v2.4.10...v2.4.11) (2024-10-23)
4237

0 commit comments

Comments
 (0)