From 83742f6a5d1c19e42ac64ce87d6fac035f5f1751 Mon Sep 17 00:00:00 2001 From: Bryan Joseph Date: Thu, 15 Aug 2024 10:49:54 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f0ecb76e..3f5fa94204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Unreleased +- Feature: [Add async option to Absinthe.Subscription](https://github.com/absinthe-graphql/absinthe/pull/1329) +- Bug Fix: [Avoid table scans on registry](https://github.com/absinthe-graphql/absinthe/pull/1330) +- Big Fix: [Unregsiter duplicate (listening to the same topic) subscriptions individually](https://github.com/absinthe-graphql/absinthe/pull/1336) + ## 1.7.8 - Bugfix: Fixes an issue where schemas would not find their types, or not be found at all.