summaryrefslogtreecommitdiff
path: root/build/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'build/CHANGELOG.md')
-rw-r--r--build/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/CHANGELOG.md b/build/CHANGELOG.md
index 0f28c92..f15e081 100644
--- a/build/CHANGELOG.md
+++ b/build/CHANGELOG.md
@@ -1,6 +1,14 @@
+# v1.5.2
+- Allow using `"consructor"` as an argument in `memoize` (#998)
+- Give a better error messsage when `auto` dependency checking fails (#994)
+- Various doc updates (#936, #956, #979, #1002)
+
# v1.5.1
- Fix issue with `pause` in `queue` with concurrency enabled (#946)
- `while` and `until` now pass the final result to callback (#963)
+- `auto` will properly handle concurrency when there is no callback (#966)
+- `auto` will now properly stop execution when an error occurs (#988, #993)
+- Various doc fixes (#971, #980)
# v1.5.0