Skip to content

Commit

Permalink
Move changelog to scriv file
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Oct 29, 2024
1 parent 1082b38 commit f5ea9f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.d/20241029_102647_elikowa_sensitive_data_tristate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- `File` Component: Converted `sensitive_data` flag to a tri-state variable. This allows manual overriding of automatic sensitivity detection logic for file diffs. The new possible states are:
- `None`: Default automatic detection of sensitive data.
- `True`: Always mark the file as sensitive and avoid printing the diff.
- `False`: Always print the file diff, even if sensitive data is detected.
5 changes: 1 addition & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
## 2.5.1 (unreleased)
---------------------

- `File` Component: Converted `sensitive_data` flag to a tri-state variable. This allows manual overriding of automatic sensitivity detection logic for file diffs. The new possible states are:
- `None`: Default automatic detection of sensitive data.
- `True`: Always mark the file as sensitive and avoid printing the diff.
- `False`: Always print the file diff, even if sensitive data is detected.
- Nothing changed yet.

## 2.5.0 (2024-09-04)
-----------------------
Expand Down

0 comments on commit f5ea9f0

Please sign in to comment.