From 76cb583dc3a4089887c377e74cbb6a40b114d593 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:12:37 -0500 Subject: [PATCH] docs: update changelog with #1943 (#1944) Added a bug fix for a crash related to multi-byte UTF8 characters. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e65081..2248a14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ That said, these are more guidelines rather than hard rules, though the project ## [0.12.3]/[0.13.0] - Unreleased +### Bug Fixes + +- [#1943](https://github.com/ClementTsang/bottom/pull/1943): Fix a crash caused by multi-byte UTF8 chars in process names. + ## [0.12.2] - 2025-12-25 ### Bug Fixes