Skip to content

Commit

Permalink
Prepare changelogs for 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Feb 9, 2022
1 parent fca9db2 commit c58c93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions drift/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
now write `todos.replaceOne(newEntry)`.
- Deprecate the `from(table)` API introduced in 1.3.0. Having the methods on
the table instances turned out to be even easier!
- In drift files, you can now use `LIST(SELECT ...)` as a result column to
get all results of the inner select as a `List` in the result set.

## 1.3.0

Expand Down
3 changes: 2 additions & 1 deletion drift_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.4.0-dev
## 1.4.0

- Generator support for the `LIST()` feature introduced in drift 1.4.
- Fix imported views in `.drift` files not being available in all cases.

## 1.3.0
Expand Down

0 comments on commit c58c93c

Please sign in to comment.