From 5b845b95092dc8c3778fd83996e95ccf50540e40 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 e0658549c58c..fed7ebb48bf6 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, @jdimino) + 1.10.0 (04/06/2019) -------------------