aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.await_body.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-04-26 20:30:51 +0200
committerLoïc Hoguin <[email protected]>2019-04-26 20:30:51 +0200
commitcee8c6625bd7a09db88daf5e9767cced66fb5c15 (patch)
tree7948616a11e1025c10e60c60f563b6d331d88ee8 /doc/src/manual/gun.await_body.asciidoc
parent352206dee80905b10fa9af97f065ce7bee928d87 (diff)
downloadgun-cee8c6625bd7a09db88daf5e9767cced66fb5c15.tar.gz
gun-cee8c6625bd7a09db88daf5e9767cced66fb5c15.tar.bz2
gun-cee8c6625bd7a09db88daf5e9767cced66fb5c15.zip
Add upgrade/ws tuples to gun:await/2,3,4
Diffstat (limited to 'doc/src/manual/gun.await_body.asciidoc')
-rw-r--r--doc/src/manual/gun.await_body.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/manual/gun.await_body.asciidoc b/doc/src/manual/gun.await_body.asciidoc
index 0505112..c2c7133 100644
--- a/doc/src/manual/gun.await_body.asciidoc
+++ b/doc/src/manual/gun.await_body.asciidoc
@@ -61,6 +61,7 @@ may also be returned when a timeout or an error occur.
== Changelog
+* *2.0*: The error tuple type now includes the type of error.
* *1.0*: Function introduced.
== Examples