From 010e1ffc91d7044747f99e104d2ce64731e43279 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Tue, 6 Feb 2024 10:06:46 -0500 Subject: [PATCH] Update CHANGELOG for last few releases --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecab66ca..a151de66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # CHANGELOG +## 0.71.0 (2024-02-06) + +### New + +* Add `diffSide` field to change entries in CodeTF + +## 0.70.3 (2024-01-31) + +### Fixed + +* Additional test directory patterns to ignore + +## 0.70.2 (2024-01-30) + +### Fixed + +* Fix `secure-random` codemod: ignore `random.SystemRandom` + +## 0.70.1 (2024-01-26) + +### Fixed + +* Fix path inclusion behavior + +## 0.70.0 (2024-01-17) + +### New + +* `remove-debug-breakpoint` codemod +* `combine-startswith-endswith` codemod +* `replace-flask-send-file` codemod +* `fix-deprecated-logging-warn` codemod +* `flask-enable-csrf-protection` codemod +* Update `harden-pyyaml` to fix custom loader classes that inherit unsafe loaders + +### Fixed + +* Add proper inclusion/exclusion filter to codemods that were missing it + ## 0.69.0 (2024-01-04) ### New