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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [Unreleased]
8
8
### Changed
9
9
10
+
## [0.8.9] - 2021-11-23
11
+
### Added
12
+
- Add setting to broadcast errors sent to cancelEverything to all listeners
13
+
14
+
### Fixed
15
+
= Fix not building properly on Xcode 13 / iOS 15
16
+
- Fix problem with timeouts in writeAndAssemble not working as expected if partial data is received- Fix problem with the queue not restarting after transferring states back to Bluejay
17
+
18
+
## [0.8.8] - 2021-01-20
19
+
### Changed
20
+
- Replace direct use of XCGLogger with a logging callback interface
21
+
22
+
### Fixed
23
+
- Fix problem with the queue not restarting after transferring states back to Bluejay
0 commit comments