diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e967a9e..95b1ab210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Operations +- Removed unassigned variable names and put type-checking import behind `TYPE_CHECKING` block - Changed `actions/checkout@v3` to `actions/checkout@v4` in CI - Dependabot update to npm in changelog action - Update tough-cookie to 4.1.3 version