Skip to content

Commit

Permalink
update CHANGELOG with better description of breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
planttheidea committed Sep 23, 2022
1 parent 7a23798 commit 85239d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

**Breaking changes**

- Exports are now named (`copy` and `copyStrict`) instead of default
- `copy` is now a named export instead of a default export
- `copy.strict` is no longer available; it is now available as the explicit `copyStrict` named import
- `FastCopy` TS namespace has been removed in favor of explicit type imports

## 2.1.7

Expand Down

0 comments on commit 85239d9

Please sign in to comment.