Skip to content

Commit 546e4a0

Browse files
committed
prepare 3.0.0 release
1 parent d9a7c4d commit 546e4a0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
<!--
88
## [Unreleased]
9-
10-
- Removed `SCRUBBER_VALIDATION_WHITELIST` in favour of `SCRUBBER_REQUIRED_FIELD_MODEL_WHITELIST`
11-
- Added Django test model `db.TestModel` to default whitelist of `SCRUBBER_REQUIRED_FIELD_MODEL_WHITELIST`
129
-->
1310

11+
## [3.0.0] - 2024-09-10
12+
### Breaking
13+
- Removed `SCRUBBER_VALIDATION_WHITELIST` in favour of `SCRUBBER_REQUIRED_FIELD_MODEL_WHITELIST` - Thanks @GitRon
14+
### Changed
15+
- Added Django test model `db.TestModel` to default whitelist of `SCRUBBER_REQUIRED_FIELD_MODEL_WHITELIST` - Thanks @GitRon
16+
- Removed support for the `mock` package in unit tests
17+
- Adjusted some default settings
18+
1419
## [2.1.1] - 2024-08-20
1520
### Changed
1621
- Fixed an issue where the management command `scrub_validation` could fail even though all models were skipped - Thanks @GitRon

0 commit comments

Comments
 (0)