QLOG: Add CHANGES entry
authorHugo Landau <hlandau@openssl.org>
Thu, 18 Jan 2024 10:39:12 +0000 (10:39 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 2 Feb 2024 11:50:02 +0000 (11:50 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22037)

CHANGES.md

index e8ac02d12fc5e8dbc02b7ce4f1456586f569d9b3..8b32306b576bff2c1fd0acdeb854193c7e73f630 100644 (file)
@@ -94,6 +94,15 @@ OpenSSL 3.3
 
    *Randall S. Becker*
 
+ * Support for QLOG for tracing QUIC connections has been added.
+   The QLOG format used is a pre-standard draft version and may change
+   incompatibly in future OpenSSL releases, therefore this functionality must
+   currently be enabled with a build-time option `enable-unstable-qlog`. See
+   [doc/designs/quic-design/debugging.md](./doc/designs/quic-design/debugging.md)
+   for information on how to use QLOG.
+
+   *Hugo Landau*
+
 OpenSSL 3.2
 -----------