File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ 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.3] - 2024-11-12
14
+
15
+ ### Fixed
16
+ - The special behaviour of assignment expression target binding inside comprehensions was not correctly implemented.
17
+
18
+ This could lead to the analysed scope of these variables being incorrect and the variable being renamed to a name that was
19
+ already in scope.
20
+
13
21
## [ 2.11.2] - 2024-10-03
14
22
15
23
### Fixed
@@ -273,6 +281,7 @@ the minified code may only run with Python 3.12.
273
281
- python-minifier package
274
282
- pyminify command
275
283
284
+ [ 2.11.3 ] : https://github.com/dflook/python-minifier/compare/2.11.2...2.11.3
276
285
[ 2.11.2 ] : https://github.com/dflook/python-minifier/compare/2.11.1...2.11.2
277
286
[ 2.11.1 ] : https://github.com/dflook/python-minifier/compare/2.11.0...2.11.1
278
287
[ 2.11.0 ] : https://github.com/dflook/python-minifier/compare/2.10.0...2.11.0
You can’t perform that action at this time.
0 commit comments