Add 0.3.0 changelog

This commit is contained in:
Jerome Sautret 2019-11-28 17:39:10 +01:00
parent 1822089db6
commit 3b84cb796e

View file

@ -1,5 +1,16 @@
# Fluux XMPP Changelog # Fluux XMPP Changelog
## v0.3.0
### Changes
- Update requirements to go1.13
- Add a websocket transport
- Add Client.SendIQ method
- Add IQ result routes to the Router
- Fix SIGSEGV in xmpp_component (#126)
- Add tests for Component and code style fixes
## v0.2.0 ## v0.2.0
### Changes ### Changes