Skip to content

Commit 13500ea

Browse files
committed
Add release notes to CHANGELOG.md
1 parent 41140ef commit 13500ea

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Scala XML Changes
22

3+
## 2.0.0 (2021-05-13)
4+
5+
Published for Scala 2.12 and 2.13, Scala 3.0.0 (and -RC3), Scala.js 1.5, and Scala Native 0.4.
6+
7+
- Support Scala 3.0.0
8+
- Drop `scala.xml.Properties
9+
- Remove deprecated logging
10+
11+
## 2.0.0-RC1 (2021-03-29)
12+
13+
NOTICE: The safe-defaults change may be a breaking change for some users. Details on PR.
14+
15+
- Set safe defaults for parser settings
16+
- Use a `ThreadLocal` to allow reusing parser instances
17+
- Declare version policy
18+
19+
Published for Scala 2.12 and 2.13, Scala 3.0.0-RC2 and -RC1, Scala.js 1.5, and Scala Native 0.4.
20+
21+
## 2.0.0-M4 (2021-02-16)
22+
23+
Published for Scala 2.12 and 2.13, Scala 3.0.0-RC1 and -M3, Scala.js 1.5, and Scala Native 0.4.
24+
25+
- Support Scala 3.0.0-RC1 (and drop 3.0.0-M2)
26+
- Upgrade Scala.js to 1.5.0
27+
28+
## 2.0.0-M3 (2021-01-30)
29+
30+
Published for Scala 2.12 and 2.13, Scala 3.0.0-M2 and -M3, Scala.js 1.4, and Scala Native 0.4.
31+
32+
- Add support for Scala Native 0.4
33+
- Make RuleTransformer fully recursive
34+
- Fix invalid comment edge case
35+
336
## 2.0.0-M2 (2020-09-15)
437

538
Published for Scala 2.12 and 2.13, Scala.js 1.2.0,

0 commit comments

Comments
 (0)