Browse Source

Fix changelog move() notes (#463)

ci/travis-osximage
Mani Maghsoudlou 7 years ago
committed by Ryan Zimmerman
parent
commit
28b7cfe253
  1. 2
      CHANGELOG.md

2
CHANGELOG.md

@ -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

Loading…
Cancel
Save