Skip to content

Commit 6b7c57d

Browse files
committed
Release Notes for 1.3.0
1 parent ff6d333 commit 6b7c57d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# css4j-agent version 1.3.0 Release Notes
2+
3+
### February 15, 2022
4+
5+
<br/>
6+
7+
## Highlights
8+
9+
### Public Suffix List.
10+
11+
Updated Public Suffix List.

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ tasks.withType(Javadoc) {
157157
options.addStringOption('encoding', 'UTF-8')
158158
options.addStringOption('charset', 'UTF-8')
159159
options.links 'https://docs.oracle.com/en/java/javase/11/docs/api/'
160+
options.links 'https://css4j.github.io/api/1.0/'
160161
}
161162

162163
tasks.withType(AbstractArchiveTask).configureEach {

0 commit comments

Comments
 (0)