From 653bcff188a424f38d86a982ddbff2b97324f45b Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 1 Mar 2020 13:16:58 +0700 Subject: [PATCH] update the Changelog --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 2363cfb6b..9a603f13c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,8 @@ # Changelog -## v0.15.0 (unreleased) +## v0.15.0 (2020-03-01) +- Supports QUIC WG draft-27. - Add support for 0-RTT. - Remove `Session.Close()`. Applications need to pass an application error code to the transport using `Session.CloseWithError()`. - Make the TLS Cipher Suites configurable (via `tls.Config.CipherSuites`).