From 11a3b7882bc1c7b9cf84b260e4f36f130a420817 Mon Sep 17 00:00:00 2001 From: dbr Date: Fri, 10 Sep 2021 10:03:46 +1000 Subject: [PATCH] Changelog entry! --- .changelogs/2021-09-10-sqlstore.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .changelogs/2021-09-10-sqlstore.md diff --git a/.changelogs/2021-09-10-sqlstore.md b/.changelogs/2021-09-10-sqlstore.md new file mode 100644 index 000000000..b0151816c --- /dev/null +++ b/.changelogs/2021-09-10-sqlstore.md @@ -0,0 +1 @@ +- Breaking: Removed the KV based storage backend in client and server, and replaced with SQLite ([Issue #131](https://github.com/taskchampion/taskchampion/issues/131), [PR #206](https://github.com/taskchampion/taskchampion/pull/206))