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
10
10
This means that if you minify code written for Python 3.11 using python-minifier running with Python 3.12,
11
11
the minified code may only run with Python 3.12.
12
12
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
+
13
20
## [ 2.11.0] - 2024-09-26
14
21
15
22
### Added
@@ -259,6 +266,7 @@ the minified code may only run with Python 3.12.
259
266
- python-minifier package
260
267
- pyminify command
261
268
269
+ [ 2.11.1 ] : https://github.com/dflook/python-minifier/compare/2.11.0...2.11.1
262
270
[ 2.11.0 ] : https://github.com/dflook/python-minifier/compare/2.10.0...2.11.0
263
271
[ 2.10.0 ] : https://github.com/dflook/python-minifier/compare/2.9.0...2.10.0
264
272
[ 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