Skip to content

Commit 0207aef

Browse files
committed
CHANGELOG
1 parent d7604d2 commit 0207aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one exception:
8585

8686
## Next Release
8787

88+
- **New**: :star: [#1079](https://github.com/groue/GRDB.swift/pull/1079) by [@groue](https://github.com/groue): Async / Await
8889
- **New**: `DatabaseRegion(table: tableName)` is deprecated. Use `Table(tableName)` instead.
8990
- **New**: The `ABS` and `LENGTH` SQL functions are now available on association aggregates, through `abs(aggregate)` and `length(aggregate)`.
9091
- **New**: Support for the [`TOTAL` aggregate function](https://www.sqlite.org/lang_aggfunc.html#sumunc). You can use `total` in Swift, at all places `sum` is available.
@@ -125,7 +126,6 @@ Released November 7, 2021 • [diff](https://github.com/groue/GRDB.swift/comp
125126
- **Breaking Change**: [#1076](https://github.com/groue/GRDB.swift/pull/1076) by [@groue](https://github.com/groue): Require Swift 5.3 and Xcode 12
126127
- **New**: :star: [#1088](https://github.com/groue/GRDB.swift/pull/1088) by [@groue](https://github.com/groue): Shared ValueObservation
127128
- **New**: :star: [#1095](https://github.com/groue/GRDB.swift/pull/1095) by [@groue](https://github.com/groue): Precise foreign key checks for migrations
128-
- **New**: :star: [#1079](https://github.com/groue/GRDB.swift/pull/1079) by [@groue](https://github.com/groue): Async / Await
129129
- **New**: [#1078](https://github.com/groue/GRDB.swift/pull/1078) by [@groue](https://github.com/groue): Non-mutating persistence methods `saved` and `inserted`, and existence-checking methods `isEmpty` and `exists`
130130
- **New**: `DatabasePool.erase()` prevents concurrent reads until it has completed.
131131
- **New**: The `close()` method allows precise closing of database connections.

0 commit comments

Comments
 (0)