Skip to content

Commit

Permalink
docs: v4.2.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Jun 23, 2020
1 parent 023b783 commit 313e501
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# EPUBCheck change log

<a name="4.2.3"></a>
## [4.2.3](https://github.com/w3c/epubcheck/compare/v4.2.2...v4.2.3) (2020-05-01)
<a name="4.2.4"></a>
## [4.2.4](https://github.com/w3c/epubcheck/compare/v4.2.3...v4.2.4) (2020-06-23)

This is the **latest production-ready** release of EPUBCheck, which provides complete support for checking conformance to the [EPUB 3.2](https://w3c.github.io/publ-epub-revision/epub32/spec/epub-spec.html) family of specifications.

Version 4.2.4 is a maintenance release, made by the DAISY Consortium for the W3C. Many thanks to everyone who contributed!

This is the latest **production-ready** release of EPUBCheck, which provides complete support for checking conformance to the [EPUB 3.2](https://w3c.github.io/publ-epub-revision/epub32/spec/epub-spec.html) family of specifications.
This EPUBCheck version is also available in the Maven Central Repository as [`org.w3c:epubcheck:4.2.4`](https://search.maven.org/artifact/org.w3c/epubcheck/4.2.4/jar).

Version 4.2.3 is a maintenance release, made by the DAISY Consortium for the W3C. Many thanks to everyone who contributed!
### Bug Fixes

* allow 'doc-dedication' role on 'aside' elements ([023b783](https://github.com/w3c/epubcheck/commit/023b783))
* allow 'doc-glossary' role on 'section' elements ([12cda43](https://github.com/w3c/epubcheck/commit/12cda43))

This EPUBCheck version is also available in the Maven Central Repository as [`org.w3c:epubcheck:4.2.3`](https://search.maven.org/artifact/org.w3c/epubcheck/4.2.3/jar).
<a name="4.2.3"></a>
## [4.2.3](https://github.com/w3c/epubcheck/compare/v4.2.2...v4.2.3) (2020-06-22)

### Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ please [help us fund and support EPUBCheck](https://www.w3.org/publishing/epubch

Check the [releases page](https://github.com/w3c/epubcheck/releases) to get the latest distribution.

[EPUBCheck 4.2.3](https://github.com/w3c/epubcheck/releases/tag/v4.2.3) is the latest production-ready release, to be used to validate both EPUB 2 and 3 files. EPUB 3 publications are checked against the EPUB 3.2 family of specifications.
[EPUBCheck 4.2.4](https://github.com/w3c/epubcheck/releases/tag/v4.2.4) is the latest production-ready release, to be used to validate both EPUB 2 and 3 files. EPUB 3 publications are checked against the EPUB 3.2 family of specifications.

## Documentation

Expand Down

0 comments on commit 313e501

Please sign in to comment.