Add changelog entry for custom types

This commit is contained in:
Simon Binder 2023-10-07 22:34:54 +02:00
parent 28130fd3f1
commit 7ae0ccb1ab
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
## 2.13.0-dev ## 2.13.0-dev
- Add APIs to setup Wasm databases with custom drift workers. - Add APIs to setup Wasm databases with custom drift workers.
- Add support for [custom types](https://drift.simonbinder.eu/docs/sql-api/types/),
which are useful when extending drift to support other database engines.
- Add `Expression.and` and `Expression.or` to create disjunctions and conjunctions - Add `Expression.and` and `Expression.or` to create disjunctions and conjunctions
of sub-predicates. of sub-predicates.
- Step-by-step migrations now save the intermediate schema version after each step. - Step-by-step migrations now save the intermediate schema version after each step.