Skip to content

Commit

Permalink
Update changelog for 0.80.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Feb 16, 2024
1 parent a68884c commit 76e1950
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# CHANGELOG

## 0.80.0 (in progress)
## 0.81.0 (in progress)

## New

## 0.80.0 (2024-02-16)

### New

* Accept Sonar security JSON for detection (#223)
* New `BaseCodemod` API (#213)
* New codemod: `fix-assert-tuple`
* New codemod: `fix-empty-sequence-comparison`
* New codemod: `lazy-logging`
* New codemod: `remove-assertion-in-pytest-raises`
* New codemod: `str-concat-in-sequence-literals`
* Handle `httpx` in `requests-verify` codemod (#243)

### Fix
* Handle multiple blocks in `fix-file-resource-leak`

## 0.72.0 (2024-02-13)

Expand Down

0 comments on commit 76e1950

Please sign in to comment.