summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e8ac02d12f..8b32306b57 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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
-----------