Write changelog for all unreleased commits

This shouldn't be necessary in the future due to #331.
This commit is contained in:
cyqsimon
2023-12-08 17:00:23 +08:00
parent 53cfcd0c15
commit 451a7a2642

View File

@@ -8,8 +8,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
* Show interface names #340 - @ilyes-ced
* Log unresolved processes in more detail + general refactor #318 - @cyqsimon
* Display bandwidth in different unit families #328 - @cyqsimon
* CI: ensure a changelog entry exists for each PR #331 - @cyqsimon
* Show interface names #340 - @ilyes-ced
### Changed
* Table formatting logic overhaul #305 - @cyqsimon
* Refactor OsInputOutput (combine interfaces & frames into single Vec) #310 - @cyqsimon
## Removed
* Reorganise & cleanup packaging code/resources #329 - @cyqsimon
### Fixed
* Make logging race-free using a global lock & macro #309 - @cyqsimon
* Use once_cell::sync::Lazy to make regex usage more ergonomic #313 - @cyqsimon
* Fix vague CLI option documentation; closes #314 #316 - @cyqsimon
## [0.21.1] - 2023-10-16