Skip to content

Commit a16b5ab

Browse files
committed
Bump to 0.1.17
Closes #629
1 parent 2d95ac9 commit a16b5ab

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.1.17 - 2017-10-31
2+
3+
* Add a `close` method on `sink::Wait`
4+
* Undeprecate `stream::iter` as `stream::iter_result`
5+
* Improve performance of wait-related methods
6+
* Tweak buffered sinks with a 0 capacity to forward directly to the underlying
7+
sink.
8+
* Add `FromIterator` implementation for `FuturesOrdered` and `FuturesUnordered`.
9+
110
# 0.1.16 - 2017-09-15
211

312
* A `prelude` module has been added to glob import from and pick up a whole

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "futures"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)