Skip to content

Commit 0f23b6b

Browse files
committed
Merge branch 'main' into develop
# Conflicts: # CHANGELOG.md # README.md # build.gradle.kts # readium/lcp/src/main/java/org/readium/r2/lcp/license/LicenseValidation.kt # test-app/build.gradle.kts
2 parents b77fa79 + b88e104 commit 0f23b6b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ All notable changes to this project will be documented in this file. Take a look
66

77
## [Unreleased]
88

9-
### Added
10-
11-
* [#509](https://github.com/readium/kotlin-toolkit/issues/509) Support for the new 2.x LCP Profiles.
12-
139
### Deprecated
1410

1511
#### Navigator
@@ -115,6 +111,15 @@ All notable changes to this project will be documented in this file. Take a look
115111
* EPUB external links are no longer handled by the navigator. You need to open the link in your own Web View or Chrome Custom Tab.
116112

117113

114+
## [2.4.1]
115+
116+
### Added
117+
118+
#### LCP
119+
120+
* [#509](https://github.com/readium/kotlin-toolkit/issues/509) Support for the new 2.x LCP Profiles.
121+
122+
118123
## [2.4.0]
119124

120125
* Readium is now distributed with [Maven Central](https://search.maven.org/search?q=g:org.readium.kotlin-toolkit). Take a look at [the migration guide](docs/migration-guide.md#240) to update your Gradle configuration.
@@ -831,6 +836,7 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
831836
[2.2.1]: https://github.com/readium/kotlin-toolkit/compare/2.2.0...2.2.1
832837
[2.3.0]: https://github.com/readium/kotlin-toolkit/compare/2.2.1...2.3.0
833838
[2.4.0]: https://github.com/readium/kotlin-toolkit/compare/2.3.0...2.4.0
834-
[3.0.0-alpha.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.0...3.0.0-alpha.1
839+
[2.4.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.0...2.4.1
840+
[3.0.0-alpha.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.1...3.0.0-alpha.1
835841
[3.0.0-alpha.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-alpha.1...3.0.0-alpha.2
836842

0 commit comments

Comments
 (0)