Skip to content

Commit c048f96

Browse files
committed
Update CHANGELOG
1 parent bcae4f0 commit c048f96

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v3.6.0-dev
4+
5+
### Bug fixes
6+
7+
* [migrations] Fix a bug where the migration lock would not apply on the first migration (when the schema migrations table is empty). This fix changes how migration tables are locked, therefore let us know of any possible regressions in your workflow
8+
9+
### Enhancements
10+
11+
* [migrations] Allow generating migrations from within umbrella app
12+
* [psql] Add `:format` option to PostgreSQL explain
13+
* [storage] Do not fail `storage_up` if the user has access to an already-created database
14+
* [tds] Support for `:inner_lateral` and `:left_lateral`
15+
16+
## v3.5.3 (2020-10-27)
17+
18+
### Enhancements
19+
20+
* [migrations] Pass `:schema_migration` option to repo operations for `prepare_query` checks
21+
* [psql] Support `:force_drop` configuration to force a DB to be dropped
22+
323
## v3.5.2 (2020-10-24)
424

525
### Enhancements

0 commit comments

Comments
 (0)