Skip to content

Commit 55f3c2f

Browse files
committed
CHANGELOG
1 parent ffa1838 commit 55f3c2f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

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

88
#### 6.x Releases
99

10-
- `6.0.0` Betas - [6.0.0-beta](#600-beta)
10+
- `6.0.0` Betas - [6.0.0-beta](#600-beta) | [6.0.0-beta.2](#600-beta2)
1111

1212
#### 5.x Releases
1313

@@ -97,6 +97,11 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one exception:
9797

9898
---
9999

100+
## 6.0.0-beta.2
101+
102+
- **New**: Extended UPSERT apis with the ability to define the conflict target, and the assignments performed in case of conflicts.
103+
- **Documentation**: A new [Upsert](README.md#upsert) chapter describes upserts in detail.
104+
100105
## 6.0.0-beta
101106

102107
Released August 21, 2022 • [diff](https://github.com/groue/GRDB.swift/compare/v5.26.0...v6.0.0-beta)

0 commit comments

Comments
 (0)