From 7fcc69ce986f2b2a78c6ce02d6d6b99617e34d1f Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Thu, 7 Jan 2016 16:03:42 -0800 Subject: [PATCH] update changelog for v1.5.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa325631c..f15e08121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 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)