-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,27 @@ | ||
# xml-dtd version 4.1.0 Release Notes | ||
# xml-dtd version 4.1.1 Release Notes | ||
|
||
### August 19, 2022 | ||
### November 12, 2022 | ||
|
||
<br/> | ||
|
||
## Highlights | ||
|
||
### Use the HTML5 entities as fallback if no subset is found in getExternalSubset | ||
### XHTML 1.1 DTD cleanup | ||
|
||
See issue #3. | ||
See issue #8. | ||
|
||
### Do not assume a specific SVG version for <svg> in getExternalSubset | ||
### Remove `final` modifiers from two `DefaultEntityResolver` methods | ||
|
||
See issue #5. | ||
|
||
### Support the DTD for SVG 1.0 in DefaultEntityResolver | ||
|
||
See issue #6. | ||
See issue #9. | ||
|
||
## Detail of changes | ||
|
||
- Use the HTML5 entities as fallback if no subset is found in getExternalSubset (#3) | ||
- Do not assume a specific SVG version for <svg> in getExternalSubset (#5) | ||
- Support the DTD for SVG 1.0 in DefaultEntityResolver (#6) | ||
- ContentModel: more efficient use of collections. | ||
- Make inner class static in EntityFinder. | ||
- DefaultEntityResolver: formatting. | ||
- A few javadoc improvements. | ||
- Gradle: upgrade wrapper to 7.5.1. | ||
- Bump year to 2022 in copyright headers. | ||
- XHTML 1.1 DTD cleanup. See #8 | ||
- Remove `final` modifiers from two `DefaultEntityResolver` methods (#9) | ||
- Gradle: use a different line conversion procedure to avoid Git glitches | ||
- Add a Developer Certificate of Origin and a CONTRIBUTING.md file | ||
- Create a legal NOTICE.txt file | ||
- README: modify javadocs link to point to modular API | ||
- README: add CI badge | ||
- Create dependabot.yml | ||
- Use carte-util 3.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters