From 2b7b32ff3af1a534701d3254c5b666bae7a26ff1 Mon Sep 17 00:00:00 2001 From: Arceliar Date: Thu, 19 Jul 2018 18:38:48 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 872c2978..c8d4ebba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - in case of vulnerabilities. --> +## [0.2.5] - 2018-07-19 +### Changed +- Make `yggdrasilctl` less case sensitive +- More verbose TCP disconnect messages + +### Fixed +- Fixed debug builds +- Cap maximum MTU on Linux in TAP mode +- Process successfully-read TCP traffic before checking for / handling errors (fixes EOF behavior) + ## [0.2.4] - 2018-07-08 ### Added - Support for UNIX domain sockets for the admin socket using `unix:///path/to/file.sock`