From e4a0cfab9cf15681ec17b2779c9960528b413da5 Mon Sep 17 00:00:00 2001 From: Oleksii Sholik Date: Wed, 4 Oct 2023 11:56:26 +0300 Subject: [PATCH] chore: Add a changelog entry for the floating point syncing fix (#521) Forgot to add one in https://github.com/electric-sql/electric/pull/508. --- .changeset/beige-yaks-draw.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/beige-yaks-draw.md diff --git a/.changeset/beige-yaks-draw.md b/.changeset/beige-yaks-draw.md new file mode 100644 index 0000000000..5bf8c25ed9 --- /dev/null +++ b/.changeset/beige-yaks-draw.md @@ -0,0 +1,5 @@ +--- +"electric-sql": patch +--- + +[VAX-1078] Fix the issue where the client was unable to sync local writes of whole numbers to float columns.