diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index da5698ebd9..ec2af34ff4 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1490,6 +1490,11 @@ his employment there. > **RFC Editor's Note:** Please remove this section prior to publication of a > final version of this document. +## Since draft-ietf-quic-http-11 + +- Moved QPACK table updates and acknowledgments to dedicated streams (#1121, + #1122, #1238) + ## Since draft-ietf-quic-http-10 - Settings need to be remembered when attempting and accepting 0-RTT (#1157, diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index e645f55b86..c300036767 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -769,3 +769,19 @@ those authors is gratefully acknowledged, as well as ideas from: * Ian Swett * Dmitri Tikhonov + + +# Change Log + +> **RFC Editor's Note:** Please remove this section prior to publication of a +> final version of this document. + +## Since draft-ietf-quic-qcram-00 + +- Separate instruction sets for table updates and header blocks (#1235, #1142, + #1141) +- Reworked indexing scheme (#1176, #1145, #1136, #1130, #1125, #1314) +- Added mechanisms that support one-pass encoding (#1138, #1320) +- Added a setting to control the number of blocked decoders (#238, #1140, #1143) +- Moved table updates and acknowledgments to dedicated streams (#1121, #1122, + #1238) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 566be4055a..eb8f2b16e3 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -4253,7 +4253,11 @@ Issue and pull request numbers are listed with a leading octothorp. ## Since draft-ietf-quic-transport-11 -- Enable server to transition connections to a preferred address (#560,#1251). +- Enable server to transition connections to a preferred address (#560, #1251) +- Packet numbers are encrypted (#1174, #1043, #1048, #1034, #850, #990, #734, + #1079) +- Packet numbers use a variable-length encoding (#989, #1334) +- STREAM frames can now be empty (#1350) ## Since draft-ietf-quic-transport-10