From 1ba734a65dabcad98c9211a6fc6984b13b17dcc5 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 10 Oct 2025 03:11:45 -0400 Subject: [PATCH] doc: update changelog with disk I/O fix (#1834) Adds #1833 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f183cca..d1a5c159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ That said, these are more guidelines rather than hardset rules, though the proje --- +## \[0.11.3\]/\[0.12.0\] - Unreleased + +### Bug Fixes + +- [#1833](https://github.com/ClementTsang/bottom/pull/1833): Sort disk I/O using actual value rather than string representation. + ## [0.11.2] - 2025-10-07 ### Features