summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-07-09 20:15:16 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-07-09 20:15:35 -0400
commitca22b96ec512699dee73d252ec4f557d4cf9c31d (patch)
tree88a60b06e728084903a4f39c76390d512be74f2d
parentb77396c5e96ce6e2a88b4bd2fa685e956a1c86ba (diff)
downloadasync-ca22b96ec512699dee73d252ec4f557d4cf9c31d.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a049ac5..9fd77b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,6 +60,7 @@ We also have a slick new [site for docs](https://caolan.github.io/async/). Speci
- Improved handling of no dependency cases in `auto` & `autoInject` (#1147).
- Fixed a bug where the callback generated by `asyncify` with `Promises` could resolve twice (#1197).
+- Fixed several documented optional callbacks not actually being optional (#1223).
## Other