File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ and will output source code compatible with the version of the interpreter it is
1010This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
1111the 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
You can’t perform that action at this time.
0 commit comments