File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Scala XML Changes
2
2
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
+
3
12
## 2.0.0-M1 (2019-10-21)
4
13
5
14
Not binary compatible with Scala XML 1.2.0.
6
15
7
16
Published for Scala 2.12, 2.13 and Scala.js 0.6, 1.0.0-M8.
8
17
Artifacts are no longer published for Scala 2.11.
9
18
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.
12
20
13
21
### Added
14
22
@@ -57,5 +65,6 @@ the Scala compiler, not in the Scala XML library.
57
65
- Remove ` scala.xml.dtd.impl.PointedHedgeExp `
58
66
- Remove ` scala.xml.dtd.Scanner `
59
67
- Remove ` scala.xml.dtd.ContentModelParser `
68
+ - Remove ` scala.xml.dtd.ElementValidator `
60
69
- Remove ` scala.xml.factory.Binder `
61
70
- 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
16
16
17
17
The latest stable release of Scala XML is 1.3.0.
18
18
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 ` .
20
20
21
21
## Maintenance status
22
22
You can’t perform that action at this time.
0 commit comments