We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d95ac9 commit a16b5abCopy full SHA for a16b5ab
CHANGELOG.md
@@ -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
10
# 0.1.16 - 2017-09-15
11
12
* A `prelude` module has been added to glob import from and pick up a whole
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "futures"
-version = "0.1.16"
+version = "0.1.17"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments