Skip to content

Commit 2f4f5fa

Browse files
authored
Merge pull request #135 from blairconrad/record-in-place-pr
Show PR that brought no -i/-o warning
2 parents e46546c + 70553dd commit 2f4f5fa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/dicognito/release_notes.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
### Changed
22

33
- If neither `--in-place`/`-i` or `--output-directory`/`-o` are specified on the command line, a
4-
warning will be printed. The anonymization will proceed as if `--in-place`/`-i` were specified.
4+
warning will be printed ([#134](https://github.com/blairconrad/dicognito/issues/134))
5+
6+
The anonymization will proceed as if `--in-place`/`-i` were specified.
57
A future release will require that one of the options be specified.
68

79
### New
810

9-
- `--in-place`/`-i` flag added to explicitly specify in place editing of source files. It's an error
10-
to specify both `--in-place`/`-i` and `--output-directory`/`-o`.
11-
([#134](https://github.com/blairconrad/dicognito/issues/134))
11+
- `--in-place`/`-i` flag added to explicitly specify in place editing of source files ([#134](https://github.com/blairconrad/dicognito/issues/134))
12+
13+
It's an error to specify both `--in-place`/`-i` and `--output-directory`/`-o`.
1214

1315
## 0.14.0
1416

0 commit comments

Comments
 (0)