Skip to content

Commit 125f112

Browse files
committed
CHANGELOG
1 parent c6aa323 commit 125f112

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

1212
#### 5.x Releases
1313

14-
- `5.26.x` Releases - [5.26.0](#5260)
14+
- `5.26.x` Releases - [5.26.0](#5260) - [5.26.1](#5261)
1515
- `5.25.x` Releases - [5.25.0](#5250)
1616
- `5.24.x` Releases - [5.24.0](#5240) | [5.24.1](#5241)
1717
- `5.23.x` Releases - [5.23.0](#5230)
@@ -102,6 +102,7 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one exception:
102102
- **New**: Bump custom SQLite builds v3.39.3
103103
- **Fixed**: [#1274](https://github.com/groue/GRDB.swift/discussions/1274) Fixed a bug with HasManyThrough associations when the "through" association has the same association key as the association itself.
104104
- **Fixed**: [#1275](https://github.com/groue/GRDB.swift/issues/1275) Enhance error message for some requests involving associations on common table expressions.
105+
- **Fixed**: [#1276](https://github.com/groue/GRDB.swift/issues/1276) Fix build error with Xcode 14.0 RC (14A309)
105106
- **Breaking Change**: Request methods that accept a closure with a `Database` argument have been renamed with the `WhenConnected` suffix: `request.filterWhenConnected { db in ... }`, etc.
106107

107108
## 6.0.0-beta.4
@@ -186,6 +187,12 @@ Upgrading your app can bring improvements: check [Migrating From GRDB 5 to GRDB
186187
- The `statement` property of database cursors was replaced with read-only properties such as `sql` or `columnNames`.
187188
- The `Database.afterNextTransactionCommit(_:)` method was renamed `Database.afterNextTransaction(onCommit:onRollback:)`, and is now able to report rollbacks as well as commits.
188189

190+
## 5.26.1
191+
192+
Released September 8, 2022 • [diff](https://github.com/groue/GRDB.swift/compare/v5.26.0...v5.26.1)
193+
194+
- **Fixed**: [#1276](https://github.com/groue/GRDB.swift/issues/1276) Fix build error with Xcode 14.0 RC (14A309)
195+
189196
## 5.26.0
190197

191198
Released July 9, 2022 • [diff](https://github.com/groue/GRDB.swift/compare/v5.25.0...v5.26.0)

0 commit comments

Comments
 (0)