From dc902d7296395bb08899ded47250b540e4ae67f9 Mon Sep 17 00:00:00 2001
From: Christian Legnitto <LegNeato@users.noreply.github.com>
Date: Wed, 27 Jan 2021 04:25:08 -1000
Subject: [PATCH] Update CHANGELOG.md

---
 juniper/CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md
index 997af72f..91b74f92 100644
--- a/juniper/CHANGELOG.md
+++ b/juniper/CHANGELOG.md
@@ -1,6 +1,7 @@
 # master
 
-- No changes yet
+- Compatibility with the latest `syn` ([#861](https://github.com/graphql-rust/juniper/pull/861))
+- Fixed a regression in GraphQL Playground ([#856](https://github.com/graphql-rust/juniper/pull/856))
 
 # [[0.15.2] 2021-01-15](https://github.com/graphql-rust/juniper/releases/tag/juniper-0.15.2)