Skip to content

Commit

Permalink
Update CHANGELOG for last few releases
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Feb 6, 2024
1 parent cccc8a7 commit 2e6b6b4
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2e6b6b4

Please sign in to comment.