From d75f58d659ac051704e1c7048f3034b3e96a6ea0 Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Thu, 16 Jul 2020 11:45:10 +0200 Subject: [PATCH] - Add changelog entry for bidirectional frame streams support. --- doc/Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index f4304bddf..dd2a68480 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +16 July 2020: Ralph + - Add bidirectional frame streams support. + 8 July 2020: Wouter - Fix add missing DSA header, for compilation without deprecated OpenSSL APIs.