diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 771df8b..c1334a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ -#v2.1.5 +# v2.2.0 +- Added `groupBy`, and the `Series`/`Limit` equivalents, analogous to [`_.groupBy`](http://lodash.com/docs#groupBy) (#1364) +- Fixed `transform` bug when `callback` was not passed (#1381) +- Added note about `reflect` to `parallel` docs (#1385) + +# v2.1.5 - Fix `auto` bug when function names collided with Array.prototype (#1358) - Improve some error messages (#1349) - Avoid stack overflow case in queue - Fixed an issue in `some`, `every` and `find` where processing would continue after the result was determined. -- Cleanup implementations of `some`, `every` and `find` +- Cleanup implementations of `some`, `every` and `find` # v2.1.3 - Make bundle size smaller |