Skip to content

Commit

Permalink
chore: update CHANGELOG.md for v1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2024
1 parent 997e3d0 commit 1c5ef27
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v1.8.22 - 2024-12-14
## v1.8.22

### Changes Relevant to End-Users
- **Code Style Improvement**: Updated the codebase to use consistent string quoting style, improving readability and maintainability.

### Internal Changes
- **Refactoring**: Reformatted code to adhere to PEP 8 standards, including consistent use of double quotes for strings and improved indentation.
- **Function Signatures**: Updated function signatures for better clarity and consistency across the codebase.

### Mermaid Diagram Representation

```mermaid
graph TD;
A[Codebase] -->|Improved Readability| B[Consistent String Quoting];
A -->|Refactored| C[PEP 8 Compliance];
```

These changes enhance the code quality, making it easier for developers to maintain and extend the library.

## v1.8.21 - 2024-12-14
## v1.8.21

Expand Down

0 comments on commit 1c5ef27

Please sign in to comment.