From fa31a3c92c45ad15fe8e3fdb72546c8f2fee528c Mon Sep 17 00:00:00 2001 From: Clark Kampfe Date: Sat, 1 Jun 2024 18:03:31 -0500 Subject: [PATCH] add changelog note about escaping html entities --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98dc960..badcad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,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) - Fix double key input bug on Windows, thank you @sobharrison (https://github.com/ckampfe/russ/issues/22) +- Decode escaped HTML entities, thank you @glima (https://github.com/ckampfe/russ/pull/37) - Big internal rearchitecture to make event handling easier to understand and adapt - Clean up entry insertion code, gets rid of some nasty query string building. - Bump `ratatui` to `0.26` and fix a few resulting breakages