Skip to content

Commit

Permalink
Fix changelog move() notes (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
manidlou authored and RyanZim committed Jul 17, 2017
1 parent 3d25473 commit 28b7cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### Changed

- **BREAKING:** The promisified versions of `fs.read()` & `fs.write()` now return objects. See [the docs](docs/fs-read-write.md) for details.
- `fs.move()` now errors out when source and destination are the same.
- `fs.move()` now errors out when destination is a subdirectory of source.
- Applied upstream fixes from `rimraf` to `fs.remove()` & `fs.removeSync()`.

### Fixed
Expand Down

0 comments on commit 28b7cfe

Please sign in to comment.