Skip to content

Commit 6241748

Browse files
committed
Release 4.2
1 parent 50a5876 commit 6241748

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

RELEASE_NOTES.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
1-
# css4j-dom4j version 4.0 Release Notes
1+
# css4j-dom4j version 4.2 Release Notes
22

3-
### August 19, 2023
3+
(note: release 4.1 was skipped, for alignment with css4j 4.2)
4+
5+
### November 19, 2023
46

57
<br/>
68

79
## Release Highlights
810

9-
### Override several deprecated methods
11+
### Align with css4j 4.2.2
12+
13+
Implements a method required by css4j 4.2.2.
1014

11-
Several deprecated DOM methods were triggering exceptions, now they just do nothing
12-
or return `null`.
15+
<br/>
1316

1417
## Detail of changes
1518

16-
- Override several deprecated methods.
17-
- Tests: convert the tests to JUnit 5.
18-
- Upgrade to css4j 4.1.
19-
- Upgrade to JUnit 5.10.0.
20-
- Upgrade to slf4j 2.0.7.
21-
- Upgrade to extra-java-module-info 1.4.1.
22-
- Upgrade Gradle wrapper to 8.3.
23-
- changes.sh: add a dot at the end of each item.
24-
- Add a RELEASE_HOWTO.
19+
- Handle also embedded sheets when setting and enabling sets by title.
20+
- Several code simplifications.
21+
- Tests: add a test for `getDoctype()`.
22+
- Tests: add another (disabled) upstream test.
23+
- Add scm section to Maven POM data.
24+
- Upgrade to css4j 4.2.2.
25+
- Upgrade to SLF4J 2.0.9.
26+
- Upgrade to JUnit 5.10.1.
27+
- Upgrade Gradle wrapper to 8.4.
28+
- Upgrade to extra-java-module-info 1.6.
29+
- Upgrade to actions/checkout@v4.
30+
- Enable dependabot for Github actions.
31+
32+
<br/>
2533

2634
## Project Sites
2735

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'io.sf.carte'
8-
version = '4.0.1-SNAPSHOT'
8+
version = '4.2'
99

1010
description = 'css4j-dom4j'
1111

0 commit comments

Comments
 (0)