Skip to content

Commit 7d1c371

Browse files
committed
🔖 2.11.1
1 parent 09878af commit 7d1c371

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ and will output source code compatible with the version of the interpreter it is
1010
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
1111
the minified code may only run with Python 3.12.
1212

13+
## [2.11.1] - 2024-09-29
14+
15+
### Fixed
16+
- Using the `--remove-class-attribute-annotations` option together with `--rename-globals` was incorrectly causing
17+
class attributes to be renamed. Both of these options are unsafe for arbitrary code and are disabled by default
18+
but this was not the intended behavior, and has been fixed.
19+
1320
## [2.11.0] - 2024-09-26
1421

1522
### Added
@@ -259,6 +266,7 @@ the minified code may only run with Python 3.12.
259266
- python-minifier package
260267
- pyminify command
261268

269+
[2.11.1]: https://github.com/dflook/python-minifier/compare/2.11.0...2.11.1
262270
[2.11.0]: https://github.com/dflook/python-minifier/compare/2.10.0...2.11.0
263271
[2.10.0]: https://github.com/dflook/python-minifier/compare/2.9.0...2.10.0
264272
[2.9.0]: https://github.com/dflook/python-minifier/compare/2.8.1...2.9.0

0 commit comments

Comments
 (0)