summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
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