summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-10-16 09:18:10 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-10-16 09:18:10 +0800
commitbd007dc08d6e0290ad3939b3e3ddb62bbd853939 (patch)
tree326bb7d9c0d545c9ddb7b7644af17c9b3410fa97
parentbc10c0789cb08d2a8bb24480d7b0cc3cef3bc347 (diff)
... and I forgot to keep changelog again
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7529985..88c7176 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+### Fixed
+* Ignore connections that fail parsing instead of panicking on BSD (https://github.com/imsnif/bandwhich/pull/288) - [@cyqsimon](https://github.com/cyqsimon)
+* Add missing version flag to CLI (https://github.com/imsnif/bandwhich/pull/290) - [@tranzystorek-io](https://github.com/tranzystorek-io)
+* Various minor codestyle changes - [@cyqsimon](https://github.com/cyqsimon)
+* Handle IPv4-mapped IPv6 addresses when resolving connection owner (https://github.com/imsnif/bandwhich/commit/76956cf) - [@cyqsimon](https://github.com/cyqsimon)
+* Bump `rustix` dependencies to fix a memory leak (https://github.com/imsnif/bandwhich/commit/bc10c07) - [@cyqsimon](https://github.com/cyqsimon)
+
+### Added
+* Logging infrastrure (https://github.com/imsnif/bandwhich/pull/302) - [@cyqsimon](https://github.com/cyqsimon)
+
## [0.21.0] - 2023-09-19
### Fixed