File tree 2 files changed +16
-20
lines changed
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
2
2
3
- ### August 19 , 2022
3
+ ### November 12 , 2022
4
4
5
5
<br />
6
6
7
7
## Highlights
8
8
9
- ### Use the HTML5 entities as fallback if no subset is found in getExternalSubset
9
+ ### XHTML 1.1 DTD cleanup
10
10
11
- See issue #3 .
11
+ See issue #8 .
12
12
13
- ### Do not assume a specific SVG version for < svg > in getExternalSubset
13
+ ### Remove ` final ` modifiers from two ` DefaultEntityResolver ` methods
14
14
15
- See issue #5 .
16
-
17
- ### Support the DTD for SVG 1.0 in DefaultEntityResolver
18
-
19
- See issue #6 .
15
+ See issue #9 .
20
16
21
17
## Detail of changes
22
18
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'
7
7
8
8
description = ' xml-dtd'
9
9
10
- version = ' 4.1.1-SNAPSHOT '
10
+ version = ' 4.1.1'
11
11
12
12
sourceSets {
13
13
main {
You can’t perform that action at this time.
0 commit comments