Skip to content

Commit 36c2fb4

Browse files
committed
🔖 3.0.0
1 parent 476e3f0 commit 36c2fb4

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+
## [3.0.0] - 2025-08-13
14+
15+
### Fixed
16+
- Better support of unicode on platforms that do not use UTF-8 as the default encoding.
17+
This should fix issues with minifying files on Windows, and possibly other platforms with very old Python versions.
18+
19+
If you are still using Python 2.7 this could be a breaking change - the pyminify command is unchanged, but the `minify()` function now returns unicode strings.
20+
1321
## [2.11.3] - 2024-11-12
1422

1523
### Fixed
@@ -289,6 +297,7 @@ the minified code may only run with Python 3.12.
289297
- python-minifier package
290298
- pyminify command
291299

300+
[3.0.0]: https://github.com/dflook/python-minifier/compare/2.11.3...3.0.0
292301
[2.11.3]: https://github.com/dflook/python-minifier/compare/2.11.2...2.11.3
293302
[2.11.2]: https://github.com/dflook/python-minifier/compare/2.11.1...2.11.2
294303
[2.11.1]: https://github.com/dflook/python-minifier/compare/2.11.0...2.11.1

0 commit comments

Comments
 (0)