File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ 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+ ## [ 3.1.1] - 2025-12-11
14+
15+ ### Fixed
16+ - The remove debug transform could incorrectly remove if branches that did not test ` __debug__ `
17+
1318## [ 3.1.0] - 2025-10-10
1419
1520### Added
@@ -306,6 +311,7 @@ the minified code may only run with Python 3.12.
306311- python-minifier package
307312- pyminify command
308313
314+ [ 3.1.1 ] : https://github.com/dflook/python-minifier/compare/3.1.0...3.1.1
309315[ 3.1.0 ] : https://github.com/dflook/python-minifier/compare/3.0.0...3.1.0
310316[ 3.0.0 ] : https://github.com/dflook/python-minifier/compare/2.11.3...3.0.0
311317[ 2.11.3 ] : https://github.com/dflook/python-minifier/compare/2.11.2...2.11.3
You can’t perform that action at this time.
0 commit comments