From 8d3f3d837a7bea24abf3083dade65148bfbacc76 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 14 Sep 2016 14:21:18 +0200 Subject: [PATCH] Remove trailing dots from changelog Without the trailing dots it looks more coherent to me. --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 334ae13..d0c8a2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,12 +3,12 @@ - Legacy SSL support - Initial Android support - Resolver returns all SRV records instead of one. Lookup is performed - according to RFC2052. + according to RFC2052 - xmpp_connect_raw() provides access to a xmpp_conn object just after establishing TCP connection. This allows to implement in-band - registration, authentication mechanisms or serverless messaging. + registration, authentication mechanisms or serverless messaging - xmpp_conn_t object is reusable now and can be reconnected with saving - all handlers, flags, jid and password. + all handlers, flags, jid and password - New API: - xmpp_uuid_gen() - xmpp_connect_raw()