summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@reddit.com>2020-01-23 10:35:34 -0800
committerAlexander Early <alexander.early@reddit.com>2020-01-23 10:35:34 -0800
commita242a8619c04cf991735d8aa272f47aa70550af7 (patch)
treefd0c7a33d922cb03e4219bb5149fcbe730ec2eb1
parente64e3333beb9d2b3ddddd945e18f0ee9ac8b6bd5 (diff)
downloadasync-a242a8619c04cf991735d8aa272f47aa70550af7.tar.gz
update changelog for 3.1.1
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44ce1bc..efe6e7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v3.1.1
+- Allow redefining `name` property on wrapped functions.
+
# v3.1.0
- Added `q.pushAsync` and `q.unshiftAsync`, analagous to `q.push` and `q.unshift`, except they always do not accept a callback, and reject if processing the task errors. (#1659)