Remove trailing dots from changelog

Without the trailing dots it looks more coherent to me.
This commit is contained in:
Michael Vetter
2016-09-14 14:21:18 +02:00
parent 151debf7ee
commit 8d3f3d837a

View File

@@ -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()