Skip to content

Commit 1234a6f

Browse files
committed
Update CHANGELOG
1 parent df16e56 commit 1234a6f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.2.0 (2015-08-09)
4+
5+
- Improvements
6+
7+
- `Hedwig.whereis/1` can be used to return the `pid` of a client by the `jid`
8+
- Clients are now supervised via `:simple_one_for_one` and can be
9+
started/stopped via `Hedwig.start_client/1` and `Hedwig.stop_client/1`
10+
- Supports inband registration via `Stanza.set_inband_register/2`
11+
- Supports subscribing to a PubSub node via `Stanza.subscribe/3`
12+
13+
- Backwards Incompatible Changes
14+
15+
- Clients are no longer configured via `config.exs`. Instead you must now manage
16+
starting/stopping clients via `Hedwig.start_client/1` and `Hedwig.stop_client/1`
17+
18+
Release Diff: https://github.com/scrogson/hedwig/compare/v0.1.0...v0.2.0
19+
320
## v0.1.0 (2015-01-04)
421

522
- Bug Fixes

0 commit comments

Comments
 (0)