name the quic.Cookie to quic.Token

This commit is contained in:
Marten Seemann 2019-05-30 22:13:06 +08:00
parent 06da72ae4e
commit 1d6707325f
12 changed files with 234 additions and 232 deletions

View file

@ -3,6 +3,7 @@
## v0.12.0 (unreleased)
- Implement HTTP/3.
- Rename `quic.Cookie` to `quic.Token` and `quic.Config.AcceptCookie` to `quic.Config.AcceptToken`.
## v0.11.0 (2019-04-05)