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
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.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+
1321## [ 2.11.2] - 2024-10-03
1422
1523### Fixed
@@ -273,6 +281,7 @@ the minified code may only run with Python 3.12.
273281- python-minifier package
274282- pyminify command
275283
284+ [ 2.11.3 ] : https://github.com/dflook/python-minifier/compare/2.11.2...2.11.3
276285[ 2.11.2 ] : https://github.com/dflook/python-minifier/compare/2.11.1...2.11.2
277286[ 2.11.1 ] : https://github.com/dflook/python-minifier/compare/2.11.0...2.11.1
278287[ 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