Skip to content

Commit ca4cba5

Browse files
authored
🔖 2.11.3
1 parent bfe655b commit ca4cba5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ 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.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

0 commit comments

Comments
 (0)