File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Scala XML Changes
22
3+ ## 2.0.0-M2 (2020-09-15)
4+
5+ Published for Scala 2.12 and 2.13, Scala.js 1.2.0,
6+ and Dotty 0.27.0-RC1.
7+
8+ ### Removed
9+
10+ - Removed ` scala.xml.dtd.ElementValidator `
11+
312## 2.0.0-M1 (2019-10-21)
413
514Not binary compatible with Scala XML 1.2.0.
615
716Published for Scala 2.12, 2.13 and Scala.js 0.6, 1.0.0-M8.
817Artifacts are no longer published for Scala 2.11.
918
10- There have been a number of deprecated elements that have been
11- removed, see the "[ Removed] ( #Removed ) " section below.
19+ Some deprecated elements have been removed; see the "[ Removed] ( #Removed ) " section below.
1220
1321### Added
1422
@@ -57,5 +65,6 @@ the Scala compiler, not in the Scala XML library.
5765- Remove ` scala.xml.dtd.impl.PointedHedgeExp `
5866- Remove ` scala.xml.dtd.Scanner `
5967- Remove ` scala.xml.dtd.ContentModelParser `
68+ - Remove ` scala.xml.dtd.ElementValidator `
6069- Remove ` scala.xml.factory.Binder `
6170- Remove ` scala.xml.parsing.ValidatingMarkupHandler `
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ How to documentation is available in the [wiki](https://github.com/scala/scala-x
1616
1717The latest stable release of Scala XML is 1.3.0.
1818
19- Experimental milestone releases of Scala XML version 2.0 are available, starting with 2.0.0-M1. See the changes for 2.0 in ` CHANGELOG.md ` .
19+ Experimental milestone releases of Scala XML version 2.0 are available. Since 2.0.0-M2, Dotty is supported. See the changes for 2.0 in ` CHANGELOG.md ` .
2020
2121## Maintenance status
2222
You can’t perform that action at this time.
0 commit comments