You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
6
6
GRDB adheres to [Semantic Versioning](https://semver.org/), with one exception: APIs flagged [**:fire: EXPERIMENTAL**](README.md#what-are-experimental-features). Those are unstable, and may break between any two minor releases of the library.
@@ -71,6 +68,14 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one exception:
71
68
- [0.110.0](#01100), ...
72
69
73
70
71
+
## 5.0.1
72
+
73
+
Released September 27, 2020 • [diff](https://github.com/groue/GRDB.swift/compare/v5.0.0...v5.0.1)
74
+
75
+
- **Fixed**: [#841](https://github.com/groue/GRDB.swift/issues/841): Fix GRDB 5 regression with indexes on expressions
76
+
- The [GRDBCombineDemo](Documentation/DemoApps/GRDBCombineDemo/README.md) Combine + SwiftUI demo application was updated for the SwiftUI App lifecycle introduced in iOS 14.
77
+
78
+
74
79
## 5.0.0
75
80
76
81
Released September 20, 2020 • [diff](https://github.com/groue/GRDB.swift/compare/v5.0.0-beta.11...v5.0.0)
0 commit comments