diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-09-24 20:06:31 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-09-24 20:06:31 +0200 |
commit | 8bf868fd8bd63f0bb064db528e606be64f2a1e3e (patch) | |
tree | 57fd696061df50d28f6e78649ff883c628a613b8 | |
parent | 42de759df5d35ae95a3031c5a82b081355258b5b (diff) |
Mention v0.51.1-oldsyn.
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f52ffd0..1a70d2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,7 +124,8 @@ Released 2019/09/23. * Mismatched `Ord` and `PartialOrd` implementations were fixed, which regresses bindgen in funny ways when using rustc nightly. Dot releases for a few of the - previous versions of bindgen will be created with this fix. [#1627][] + previous versions of bindgen will be created with this fix. Also, + a `v0.51.1-oldsyn` version was uploaded without the syn update. [#1627][] ## Changed |