Update ChangeLog

This commit is contained in:
Dmitry Podgorny
2020-04-29 00:24:42 +03:00
parent 1c4cb66f5a
commit 7ac4b1cc12

View File

@@ -1,9 +1,11 @@
0.10.0 0.10.0
- Coding style has been unified
- SCRAM-SHA-256 and SCRAM-SHA-512 support - SCRAM-SHA-256 and SCRAM-SHA-512 support
- c-ares support - c-ares support
- LibreSSL support - LibreSSL support
- examples/register implements XEP-0077 - examples/register implements XEP-0077
- Fixed issue with IPv6 on Windows (#153) - Fixed issue with IPv6 on Windows (#153)
- Improved portability across systems such as Haiku, Windows
- New API: - New API:
- xmpp_stanza_get_child_by_name_and_ns() - xmpp_stanza_get_child_by_name_and_ns()
- xmpp_conn_is_connecting() - xmpp_conn_is_connecting()