From 4d48c193230e7f6c0be26baeedcf44c6c3caee83 Mon Sep 17 00:00:00 2001 From: Arseniy Alekseyev Date: Mon, 8 Jul 2019 11:28:34 +0100 Subject: [PATCH] add a changelog entry Signed-off-by: Arseniy Alekseyev --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) 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) -------------------