commit | 8603156a198692522d100e2af549c31c1aa274e5 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun May 20 22:39:09 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun May 20 22:39:09 2018 -0700 |
tree | 816cb9fbc5a2a2c73fda59080e7a92090c4ca666 | |
parent | 1784b230a04fa624ca2743af1ca5682831b073e6 [diff] |
Link to release notes
diff --git a/README.md b/README.md index 8befe5a..e7a51ab 100644 --- a/README.md +++ b/README.md
@@ -57,6 +57,8 @@ around error reporting are only available in newer compilers or on the nightly channel.* +[*Release notes*](https://github.com/dtolnay/syn/releases) + ## Example of a custom derive The canonical custom derive using Syn looks like this. We write an ordinary Rust