aboutsummaryrefslogtreecommitdiff
path: root/syn-mid/CHANGELOG.md
blob: 25c17c1c33a9acdc4ceafb915af02b8b29e2449e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Unreleased

# 0.4.0 - 2019-08-15

* Updated all data structures based on `syn` 1.0.

* Updated `proc-macro2`, `syn`, and `quote` to 1.0.

* Bumped the minimum required version from Rust 1.30 to Rust 1.31.

# 0.3.0 - 2019-02-18

* Removed support for unneeded syntax.

* Removed unneeded types and fields.

* Implemented `Parse` for `Block`.

* Changed `clone-impls` feature to "disabled by default".

* Removed `extra-traits` feature.

* Bumped the minimum required version from Rust 1.15 to Rust 1.30.

# 0.2.0 - 2019-02-15

* Reduced features.

* Fixed bugs.

# 0.1.0 - 2019-02-14

Initial release