Skip to content

Commit

Permalink
Write changelog for all unreleased commits
Browse files Browse the repository at this point in the history
This shouldn't be necessary in the future due to #331.
  • Loading branch information
cyqsimon committed Dec 8, 2023
1 parent 53cfcd0 commit 451a7a2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 451a7a2

Please sign in to comment.