mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
update the Changelog
This commit is contained in:
parent
43dfc7281f
commit
653bcff188
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v0.15.0 (unreleased)
|
## v0.15.0 (2020-03-01)
|
||||||
|
|
||||||
|
- Supports QUIC WG draft-27.
|
||||||
- Add support for 0-RTT.
|
- Add support for 0-RTT.
|
||||||
- Remove `Session.Close()`. Applications need to pass an application error code to the transport using `Session.CloseWithError()`.
|
- 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`).
|
- Make the TLS Cipher Suites configurable (via `tls.Config.CipherSuites`).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue