aboutsummaryrefslogtreecommitdiff
path: root/syn-mid/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'syn-mid/CHANGELOG.md')
-rw-r--r--syn-mid/CHANGELOG.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/syn-mid/CHANGELOG.md b/syn-mid/CHANGELOG.md
new file mode 100644
index 0000000..25c17c1
--- /dev/null
+++ b/syn-mid/CHANGELOG.md
@@ -0,0 +1,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