1 files changed, 3 insertions(+), 2 deletions(-)
M CHANGELOG.md
M CHANGELOG.md => CHANGELOG.md +3 -2
@@ 2,13 2,14 @@
All notable changes to this project will be documented in this file.
-## Unreleased
+## v0.12.0
### Breaking
+- dial: moved network dialing types and functions into new package.
+- dial: use underlying net.Dialer's DNS Resolver in Dialer.
- stanza: change API of `WrapIQ` and `WrapPresence` to not abuse pointers
- xmpp: add new `SendIQ` API and remove response from `Send` and `SendElement`
-- xmpp: use underlying net.Dialer's DNS Resolver in Dialer.
### Fixed