Debug module only outputs full lines instead of parts
diff --git a/ChangeLog b/ChangeLog
index ac01f32..53cc592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,11 @@
= PolarSSL 1.3 branch
Features
* debug_set_log_mode() function added to determine raw or full logging
+
Changes
* POLARSSL_CONFIG_OPTIONS has been removed. All values are individually
checked and filled in the relevant module headers
+ * Debug module only outputs full lines instead of parts
Bugfix
* Only iterate over actual certificates in ssl_write_certificate_request()