From 62503630330cc724e80eaced0e3551122cec7540 Mon Sep 17 00:00:00 2001 From: "Alexander A. Prokhorov" Date: Fri, 5 May 2023 15:44:26 +0300 Subject: [PATCH] Changelog update for 1.0.0rc5. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4013803..25a7129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,16 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # Changelog +## [1.0.0rc5] - 2023-05-05 + +WARNING: Release contains backward incompatible changes! + +- To suppress/drop subscription notification just return `None` from the + subscription resolver. Previously it was necessary to return special + `SKIP` object which is no longer the case.. +- Python 3.8 compatibility brought back. Tests pass OK. + + ## [1.0.0rc4] - 2023-05-03 - `GraphqlWsConsumer.warn_resolver_timeout` removed to avoid mess with