summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2020-02-23 18:53:21 -0800
committerAlexander Early <alexander.early@gmail.com>2020-02-23 18:53:21 -0800
commit0e4087b3c28a25152327594f8932277169b7ad43 (patch)
treebbe50ab2eafd2eb3e5bb43cb8e71d89703b2764a
parent9204af17d92b5a92d301a05df47a65979bed8835 (diff)
downloadasync-0e4087b3c28a25152327594f8932277169b7ad43.tar.gz
update changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efe6e7c..32dca5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# v3.2.0
+- Fix a bug in Safari related to overwriting `func.name`
+- Remove built-in browserify configuration (#1653)
+- Varios doc fixes (#1688, #1703, #1704)
+
# v3.1.1
- Allow redefining `name` property on wrapped functions.