Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Sep 9, 2022
1 parent c6aa323 commit 125f112
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one exception:

#### 5.x Releases

- `5.26.x` Releases - [5.26.0](#5260)
- `5.26.x` Releases - [5.26.0](#5260) - [5.26.1](#5261)
- `5.25.x` Releases - [5.25.0](#5250)
- `5.24.x` Releases - [5.24.0](#5240) | [5.24.1](#5241)
- `5.23.x` Releases - [5.23.0](#5230)
Expand Down Expand Up @@ -102,6 +102,7 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one exception:
- **New**: Bump custom SQLite builds v3.39.3
- **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.
- **Fixed**: [#1275](https://github.com/groue/GRDB.swift/issues/1275) Enhance error message for some requests involving associations on common table expressions.
- **Fixed**: [#1276](https://github.com/groue/GRDB.swift/issues/1276) Fix build error with Xcode 14.0 RC (14A309)
- **Breaking Change**: Request methods that accept a closure with a `Database` argument have been renamed with the `WhenConnected` suffix: `request.filterWhenConnected { db in ... }`, etc.

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

## 5.26.1

Released September 8, 2022 • [diff](https://github.com/groue/GRDB.swift/compare/v5.26.0...v5.26.1)

- **Fixed**: [#1276](https://github.com/groue/GRDB.swift/issues/1276) Fix build error with Xcode 14.0 RC (14A309)

## 5.26.0

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

0 comments on commit 125f112

Please sign in to comment.