Skip to content

update readme and changelog for 2.0.0-M2 #449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Scala XML Changes

## 2.0.0-M2 (2020-09-15)

Published for Scala 2.12 and 2.13, Scala.js 1.2.0,
and Dotty 0.27.0-RC1.

### Removed

- Removed `scala.xml.dtd.ElementValidator`

## 2.0.0-M1 (2019-10-21)

Not binary compatible with Scala XML 1.2.0.

Published for Scala 2.12, 2.13 and Scala.js 0.6, 1.0.0-M8.
Artifacts are no longer published for Scala 2.11.

There have been a number of deprecated elements that have been
removed, see the "[Removed](#Removed)" section below.
Some deprecated elements have been removed; see the "[Removed](#Removed)" section below.

### Added

Expand Down Expand Up @@ -57,5 +65,6 @@ the Scala compiler, not in the Scala XML library.
- Remove `scala.xml.dtd.impl.PointedHedgeExp`
- Remove `scala.xml.dtd.Scanner`
- Remove `scala.xml.dtd.ContentModelParser`
- Remove `scala.xml.dtd.ElementValidator`
- Remove `scala.xml.factory.Binder`
- Remove `scala.xml.parsing.ValidatingMarkupHandler`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ How to documentation is available in the [wiki](https://github.com/scala/scala-x

The latest stable release of Scala XML is 1.3.0.

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`.
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`.

## Maintenance status

Expand Down