Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
shortened the fixes in the changelog
  • Loading branch information
tanishy7777 authored Dec 1, 2024
1 parent c367273 commit 48bfd5d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ The rules for this file:


-------------------------------------------------------------------------------
11/30/24 IAlibay, tanishy7777
??/??/?? IAlibay, tanishy7777

* 2.9.0

Fixes
* Addressed linting issues by resolving instances of mutable default
arguments (B006) and function calls as default arguments (B008).
Replaced mutable defaults with None and initialized them within
the function to prevent shared state. Moved function calls from
argument defaults into the function body to ensure proper execution
context and avoid unintended behavior.
* Replaced mutable defaults with None and initialized them within
the function to prevent shared state.

Enhancements

Expand Down

0 comments on commit 48bfd5d

Please sign in to comment.