From 4db96c553cff3a35881eb13b09a0b4b54c2e3ac4 Mon Sep 17 00:00:00 2001 From: RyanZim Date: Mon, 13 Mar 2017 10:49:02 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f810c87..4ef61537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ -Unreleased ----------- +2.1.0 / 2017-03-14 +------------------ -### Added +Thanks to [Mani Maghsoudlou (@manidlou)](https://github.com/manidlou) & [Jan Peer Stöcklmair (@JPeer264)](https://github.com/JPeer264) for their extraordinary help with this release! -### Removed +### Added +- `moveSync()` See [#309], [#381]. ([@manidlou](https://github.com/manidlou)) +- `copy()` and `copySync()`'s `filter` option now gets the destination path passed as the second parameter. [#366] ([@manidlou](https://github.com/manidlou)) ### Changed - -### Fixed - +- Use `Buffer.alloc()` instead of deprecated `new Buffer()` in `copySync()`. [#380] ([@manidlou](https://github.com/manidlou)) +- Refactored entire codebase to use ES6 features supported by Node.js v4+ ([#355]). [(@JPeer264)](https://github.com/JPeer264) +- Refactored docs. ([@manidlou](https://github.com/manidlou)) 2.0.0 / 2017-01-16 ------------------