Skip to content

Commit 91a1d98

Browse files
committed
Release 4.0
1 parent be9719a commit 91a1d98

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

RELEASE_NOTES.md

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

3-
### January 23, 2023
3+
### August 19, 2023
44

55
<br/>
66

77
## Release Highlights
88

9-
### Use `org.dom4j` as DOM4J's module name
9+
### Override several deprecated methods
1010

11-
DOM4J version 2.1.4 was released which uses the `org.dom4j` module name, and this
12-
project was upgraded accordingly.
11+
Several deprecated DOM methods were triggering exceptions, now they just do nothing
12+
or return `null`.
1313

1414
## Detail of changes
1515

16-
- Invalidate computed style after the removal of a default-style `http-equiv` attribute.
17-
- Speed up the computation of base URI, make it more reliable.
18-
- Tests: add a few styling error checks.
19-
- Tests: remove an unnecessary cast.
20-
- Gradle: use a different line conversion procedure to avoid Git glitches
21-
- Bump year to 2023 in copyright notices.
22-
- Upgrade to slf4j-api 2.0.6
23-
- Upgrade to css4j 3.9.1
24-
- Upgrade to css4j-agent 3.7.1
25-
- Upgrade to dom4j 2.1.4
26-
- Upgrade Gradle wrapper to 7.6
27-
- Upgrade to extra-java-module-info 1.2
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.
2825

2926
## Project Sites
3027

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-SNAPSHOT'
8+
version = '4.0'
99

1010
description = 'css4j-dom4j'
1111

0 commit comments

Comments
 (0)