Skip to content

Commit 04980b0

Browse files
authored
update readme and changelog for 2.0.0-M2 (#449)
1 parent 86dddda commit 04980b0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Diff for: CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
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

514
Not binary compatible with Scala XML 1.2.0.
615

716
Published for Scala 2.12, 2.13 and Scala.js 0.6, 1.0.0-M8.
817
Artifacts 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`

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ How to documentation is available in the [wiki](https://github.com/scala/scala-x
1616

1717
The 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

0 commit comments

Comments
 (0)