Update the changelog message
Signed-off-by: Deomid rojer Ryabkov <rojer@rojer.me>
diff --git a/ChangeLog.d/tls-hs-defrag-in.txt b/ChangeLog.d/tls-hs-defrag-in.txt
index 3555a78..55103c9 100644
--- a/ChangeLog.d/tls-hs-defrag-in.txt
+++ b/ChangeLog.d/tls-hs-defrag-in.txt
@@ -1,2 +1,5 @@
-Changes
- * Defragment incoming TLS handshake messages.
+Bugfix
+ * Support re-assembly of fragmented handshake messages in TLS, as mandated
+ by the spec. Lack of support was causing handshake failures with some
+ servers, especially with TLS 1.3 in practice (though both protocol
+ version could be affected in principle, and both are fixed now).