From 69cf64dce56f9ed001ba39a0eada71ec28c6ade6 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 8 Jul 2018 11:09:49 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8b7d4..872c297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - in case of vulnerabilities. --> +## [0.2.4] - 2018-07-08 +### Added +- Support for UNIX domain sockets for the admin socket using `unix:///path/to/file.sock` +- Centralised platform-specific defaults + +### Changed +- Backpressure tuning, including reducing resource consumption + +### Fixed +- macOS local ping bug, which previously prevented you from pinging your own `utun` adapter's IPv6 address + ## [0.2.3] - 2018-06-29 ### Added - Begin keeping changelog (incomplete and possibly inaccurate information before this point).