Commit 546e4a0 1 parent d9a7c4d commit 546e4a0 Copy full SHA for 546e4a0
File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
<!--
8
8
## [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`
12
9
-->
13
10
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
+
14
19
## [ 2.1.1] - 2024-08-20
15
20
### Changed
16
21
- Fixed an issue where the management command ` scrub_validation ` could fail even though all models were skipped - Thanks @GitRon
You can’t perform that action at this time.
0 commit comments