From 225bec64fdeaf1466226359d80bc2eca511ec206 Mon Sep 17 00:00:00 2001 From: Kacper Kula Date: Mon, 4 Nov 2024 21:01:50 +0000 Subject: [PATCH] chore: updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce35e53..38687b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 0.10.0 SQLSeal is not compatible with mobile! Plugin now uses SQL.JS instead of better-sqlite3 which is written in Web Assembly so no longer native binaries are needed. This makes plugin portable. +Also reworked implementation of the parser from Antlr4TS into Antlr4. # 0.9.2 Adding checkbox method to display boolean values as checkboxes