Skip to content

Commit 5454ff8

Browse files
committed
meta: Updated changelog
1 parent 436e03c commit 5454ff8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
# 0.9.0
4+
5+
* Removed `drain_events`. Events are now drained by calling `Client::close` or on the
6+
transport on `Transport::shutdown`.
7+
* Removed `Hub::add_event_processor`. This was replaced by `Scope::add_event_processor`
8+
which is easier to use (only returns factory function)/
9+
* Added various new client configuration values.
10+
* Unified option handling
11+
12+
This is likely to be the final API before 1.0
13+
314
# 0.3.1
415

516
* Remove null byte terminator from device model context (#33)

0 commit comments

Comments
 (0)