Skip to content

Commit a6f7337

Browse files
committed
Update documentation
1 parent 36e41a1 commit a6f7337

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ All notable changes to this project will be documented in this file. Take a look
1414

1515
### Changed
1616

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.
1819

1920
#### Shared
2021

Documentation/Migration Guide.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All migration steps necessary in reading apps to upgrade to major versions of the Swift Readium toolkit will be documented in this file.
44

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+
512
## 3.0.0-alpha.1
613

714
### R2 prefix dropped

0 commit comments

Comments
 (0)