Skip to content

Commit

Permalink
DuplicateFiles.printout(): ignoresamenames is now keyword only (Docum…
Browse files Browse the repository at this point in the history
…entation)
  • Loading branch information
MusicalNinjaDad committed Dec 15, 2023
1 parent c1e38c0 commit 1f9f57e
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
@@ -1,6 +1,8 @@
# CHANGELOG - Link Duplicates

- `BufferedIOFile()` expects all arguments _except `path`_ as keyword arguments
- In general: all arguments with default values are now keyword only (may not apply to anything with a `_` prefix)
- `BufferedIOFile()` expects all arguments _except `path`_ as keyword arguments
- `DuplicateFiles.printout()`: `ignoresamenames` is now keyword only

## 0.4.0 - multiple paths

Expand Down

0 comments on commit 1f9f57e

Please sign in to comment.