From db787268a2fd60dca61cf80add0e676baf9c01d8 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 12 Dec 2019 18:37:16 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 875e864..4fc9336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Fixed + +- Tunnel dying on idle or device locked. [#138](https://github.com/passepartoutvpn/tunnelkit/issues/138) +- Keep-alive pings coalescing over time. +- Ping timeout not checked for if keep-alive is disabled. + ## 2.2.0 (2019-12-11) ### Changed