diff --git a/CHANGES.md b/CHANGES.md index e0658549c58..f54664cff9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -62,6 +62,10 @@ - Fix dependency graph of wrapped_compat modules. Previously, the dependency on the user written entry module was omitted. (#2305, @rgrinberg) +- Fix a bug in `future_syntax` where the characters `@` and `&` were + not distinguished in the names of binding operators (`let@` was the + same as `let&`) (#2376, @aalekseyev, @diml) + 1.10.0 (04/06/2019) -------------------