From e00e3da79603c3030dfa7c9ddfc9e67bafc21467 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Fri, 16 Feb 2024 08:59:48 -0500 Subject: [PATCH] Update changelog for 0.80.0 release --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d8e2b3..c1203758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)