From ed0bf15d6002254795f20ef9049325edaa904b37 Mon Sep 17 00:00:00 2001 From: Phil Pluckthun Date: Tue, 18 Jun 2019 21:08:45 +0100 Subject: [PATCH] Update CHANGELOG for 1.1.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c792d140..ceaf986dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ If a change is missing an attribution, it may have been made by a Core Contribut _The format is based on [Keep a Changelog](http://keepachangelog.com/)._ +## [v1.1.3](https://github.com/FormidableLabs/urql/compare/v1.1.2...v1.1.3) + +This is a hotfix that patches a small regression from `1.1.2` where +`useQuery` would crash due to an incorrect teardown function from pause. + +- Fix `executeQuery` dispose function when `pause` is set, by[@JoviDeCroock](https://github.com/JoviDeCroock) (see [#315](https://github.com/FormidableLabs/urql/pull/315)) + ## [v1.1.2](https://github.com/FormidableLabs/urql/compare/v1.1.1...v1.1.2) This patch fixes a small bug that usually manifests in development,