Skip to content

Commit

Permalink
🔖 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Sep 29, 2024
1 parent 09878af commit 7d1c371
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ and will output source code compatible with the version of the interpreter it is
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
the minified code may only run with Python 3.12.

## [2.11.1] - 2024-09-29

### Fixed
- Using the `--remove-class-attribute-annotations` option together with `--rename-globals` was incorrectly causing
class attributes to be renamed. Both of these options are unsafe for arbitrary code and are disabled by default
but this was not the intended behavior, and has been fixed.

## [2.11.0] - 2024-09-26

### Added
Expand Down Expand Up @@ -259,6 +266,7 @@ the minified code may only run with Python 3.12.
- python-minifier package
- pyminify command

[2.11.1]: https://github.com/dflook/python-minifier/compare/2.11.0...2.11.1
[2.11.0]: https://github.com/dflook/python-minifier/compare/2.10.0...2.11.0
[2.10.0]: https://github.com/dflook/python-minifier/compare/2.9.0...2.10.0
[2.9.0]: https://github.com/dflook/python-minifier/compare/2.8.1...2.9.0
Expand Down

0 comments on commit 7d1c371

Please sign in to comment.