Skip to content

Commit 8ea451c

Browse files
committed
Update changelog
1 parent 5964e2d commit 8ea451c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@ All notable changes to this project will be documented in this file. Take a look
66

77
## [Unreleased]
88

9+
### Added
10+
11+
#### LCP
12+
13+
* Support for streaming an LCP-protected publication from its License Document (LCPL). [Take a look at the LCP guide for more information](docs/Guides/Readium%20LCP.md#streaming-an-lcp-protected-package).
14+
915
### Changed
1016

17+
#### Shared
18+
19+
* The `absoluteURL` and `relativeURL` extensions on `URLConvertible` were removed as they conflict with the native `URL.absoluteURL`.
20+
* If you were using them, you can for example still use `anyURL.absoluteURL` instead.
21+
1122
#### Streamer
1223

1324
* A `self` link is not required anymore when parsing a RWPM.
@@ -21,10 +32,6 @@ All notable changes to this project will be documented in this file. Take a look
2132

2233
* Support for streaming ZIP packages over HTTP. This lets you open a remote EPUB, audiobook, or any other ZIP-based publication without needing to download it first.
2334

24-
#### LCP
25-
26-
* Support for streaming an LCP-protected publication from its License Document (LCPL). [Take a look at the LCP guide for more information](docs/Guides/Readium%20LCP.md#streaming-an-lcp-protected-package).
27-
2835
### Deprecated
2936

3037
* The `close()` and `Closeable` APIs are now deprecated. Resources are automatically released upon `deinit`, which aligns better with Swift.

0 commit comments

Comments
 (0)