diff --git a/drift/CHANGELOG.md b/drift/CHANGELOG.md index 342fb759..61e4a3a0 100644 --- a/drift/CHANGELOG.md +++ b/drift/CHANGELOG.md @@ -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 diff --git a/drift_dev/CHANGELOG.md b/drift_dev/CHANGELOG.md index f64cfae4..d79c7a06 100644 --- a/drift_dev/CHANGELOG.md +++ b/drift_dev/CHANGELOG.md @@ -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