From 52549c466badb29371c6fce9580c4b6860988b2f Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 13 Dec 2021 15:47:23 -0500 Subject: [PATCH] update changelog #6941 in fact addressesd a separate issue, specific to one-way binding --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f925750404..1ffb41e35b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 3.44.3 * Fix `bind:this` binding inside `onMount` for manually instantiated component ([#6760](https://github.com/sveltejs/svelte/issues/6760)) -* Prevent cursor jumps for other `type="text"`-like ``s ([#6914](https://github.com/sveltejs/svelte/issues/6914)) +* Prevent cursor jumps with one-way binding for other `type="text"`-like ``s ([#6941](https://github.com/sveltejs/svelte/pull/6941)) * Exclude `async` loops from `loopGuardTimeout` ([#6945](https://github.com/sveltejs/svelte/issues/6945)) ## 3.44.2