From 19cd13a48ad63a098e6c590aaa58dccaa25282e6 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 23 Jan 2018 13:41:40 +1100 Subject: [PATCH] add a Changelog entry for packet pacing --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index d7ff6679..c328f85f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ - The lower boundary for packets included in ACKs is now derived, and the value sent in STOP_WAITING frames is ignored. - Remove `DialNonFWSecure` and `DialAddrNonFWSecure`. - Expose the `ConnectionState` in the `Session` (experimental API). +- Implement packet pacing. ## v0.6.0 (2017-12-12)