File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ All notable changes to this project will be documented in this file. Take a look
14
14
15
15
### Changed
16
16
17
- The Readium Swift toolkit now requires a minimum of iOS 13.
17
+ * The Readium Swift toolkit now requires a minimum of iOS 13.
18
+ * Plenty of completion-based APIs were changed to use ` async ` functions instead.
18
19
19
20
#### Shared
20
21
Original file line number Diff line number Diff line change 2
2
3
3
All migration steps necessary in reading apps to upgrade to major versions of the Swift Readium toolkit will be documented in this file.
4
4
5
+ ## Unreleased
6
+
7
+ ### Async APIs
8
+
9
+ Plenty of completion-based APIs were changed to use ` async ` functions instead. Follow the deprecation warnings to update your codebase.
10
+
11
+
5
12
## 3.0.0-alpha.1
6
13
7
14
### R2 prefix dropped
You can’t perform that action at this time.
0 commit comments