File tree Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 1- # xml-dtd version 4.1.0 Release Notes
1+ # xml-dtd version 4.1.1 Release Notes
22
3- ### August 19 , 2022
3+ ### November 12 , 2022
44
55<br />
66
77## Highlights
88
9- ### Use the HTML5 entities as fallback if no subset is found in getExternalSubset
9+ ### XHTML 1.1 DTD cleanup
1010
11- See issue #3 .
11+ See issue #8 .
1212
13- ### Do not assume a specific SVG version for < svg > in getExternalSubset
13+ ### Remove ` final ` modifiers from two ` DefaultEntityResolver ` methods
1414
15- See issue #5 .
16-
17- ### Support the DTD for SVG 1.0 in DefaultEntityResolver
18-
19- See issue #6 .
15+ See issue #9 .
2016
2117## Detail of changes
2218
23- - Use the HTML5 entities as fallback if no subset is found in getExternalSubset ( # 3 )
24- - Do not assume a specific SVG version for < svg > in getExternalSubset ( # 5 )
25- - Support the DTD for SVG 1.0 in DefaultEntityResolver ( # 6 )
26- - ContentModel: more efficient use of collections.
27- - Make inner class static in EntityFinder.
28- - DefaultEntityResolver: formatting.
29- - A few javadoc improvements.
30- - Gradle: upgrade wrapper to 7.5.1.
31- - Bump year to 2022 in copyright headers.
19+ - XHTML 1.1 DTD cleanup. See # 8
20+ - Remove ` final ` modifiers from two ` DefaultEntityResolver ` methods ( # 9 )
21+ - Gradle: use a different line conversion procedure to avoid Git glitches
22+ - Add a Developer Certificate of Origin and a CONTRIBUTING.md file
23+ - Create a legal NOTICE.txt file
24+ - README: modify javadocs link to point to modular API
25+ - README: add CI badge
26+ - Create dependabot.yml
27+ - Use carte-util 3.6.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = 'io.sf.carte'
77
88description = ' xml-dtd'
99
10- version = ' 4.1.1-SNAPSHOT '
10+ version = ' 4.1.1'
1111
1212sourceSets {
1313 main {
You can’t perform that action at this time.
0 commit comments