From 0547a455c2520361133e79d9dcf6c9003e87b6c8 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 25 Aug 2026 03:14:48 -0400 Subject: [PATCH] docs: update changelog (#2212) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6273c0a..b5bbd1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,11 @@ That said, these are more guidelines rather than hard rules, though the project ## 0.14.9/0.15.0 - Unreleased +### Bug Fixes + +- [#2207](https://github.com/ClementTsang/bottom/pull/2207): Fix typo in `--help` flag. +- [#2210](https://github.com/ClementTsang/bottom/pull/2210): Fix handling Linux cmdline values that don't have null byte separators. + ### Features - [#2199](https://github.com/ClementTsang/bottom/pull/2199): Add option to show zeroed total network usage on startup.