From 8abc6aaf57272bc0783b04e3ae5265d14b7cab19 Mon Sep 17 00:00:00 2001 From: Clark Kampfe Date: Sun, 18 Feb 2024 11:36:36 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c836fdf..3767580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ A great way to contribute is to improve the README or documentation! - Add the import of OPML files (https://github.com/ckampfe/russ/pull/32) - Implement `ctrl-d` and `ctrl-u` for page scrolling, thank you @Jaco-Minnaar (https://github.com/ckampfe/russ/pull/31) +- Clean up entry insertion code, gets rid of some nasty query string building. - Bump `ratatui` to `0.26` and fix a few resulting breakages - Bump `html2text` to `0.12` - Bump `rusqlite` to `0.31`