-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor README and RELEASE_NOTES for 3.6.1 release.
- Loading branch information
Showing
3 changed files
with
82 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# css4j-dom4j version 3.6.1 Release Notes | ||
|
||
### November 28, 2021 | ||
|
||
<br/> | ||
|
||
## Release Highlights | ||
|
||
### DOM conformance. | ||
|
||
- `XHTMLDocument` has gained `getCompatMode()`. | ||
|
||
- `XHTMLDocument` now returns sane default values for `Document.inputEncoding`, | ||
`xmlEncoding`, `xmlStandalone` and `xmlVersion` attributes (instead of throwing an | ||
exception). Thanks to that, css4j-dom4j documents can now be used with a | ||
wider XML infrastructure like `javax.xml.transform.Transformer`. | ||
|
||
### Build & CI. | ||
|
||
- Miscellaneous build improvements. | ||
|
||
- Added a CI workflow. | ||
|
||
- New workflow to automatically publish in Github packages on release. | ||
|
||
|
||
## Project Sites | ||
|
||
Project home: https://css4j.github.io/ | ||
|
||
Development site: https://github.com/css4j/css4j-dom4j |
This file was deleted.
Oops, something went wrong.