Add 0.3.0 changelog
This commit is contained in:
parent
1822089db6
commit
3b84cb796e
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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
|
||||||
|
@ -14,4 +25,4 @@
|
||||||
|
|
||||||
### Code migration guide
|
### Code migration guide
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
Loading…
Reference in a new issue