From 31717a857859262f1a3faf8fbaa394e601f52911 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 6 Feb 2022 15:16:54 +0000 Subject: [PATCH] Version 0.4.3 changelog (#895) * Version 0.4.3 changelog * Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb418b1..c9c7e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - in case of vulnerabilities. --> +## [0.4.3] - 2022-02-06 +### Added +- `bytes_sent`, `bytes_recvd` and `uptime` have been added to `getPeers` +- Clearer logging when connections are rejected due to incompatible peer versions + +### Fixed +- Latency-based parent selection tiebreak is now reliable on platforms even with low timer resolution +- Tree distance calculation offsets have been corrected + ## [0.4.2] - 2021-11-03 ### Fixed - Reverted a dependency update which resulted in problems building with Go 1.16 and running on Windows