From 20c6f225b97ffb8a3dcfbdf33856e75b513898ed Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sun, 18 Feb 2018 10:42:21 +0200 Subject: [PATCH] ChangeLog: add missed changes --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index cbf8124..13776dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ userdata - System handlers are deleted on xmpp_conn_t reconnection. Old system handlers could cause problems + - Default timeout for xmpp_run() is increased from 1 millisecond to 1 + second in order to reduce CPU consumption + - Reduced memory usage in expat module - New functions: - xmpp_ctx_set_timeout() - xmpp_sha1_digest()