You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
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
+
## [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
+
13
21
## [2.11.3] - 2024-11-12
14
22
15
23
### Fixed
@@ -289,6 +297,7 @@ the minified code may only run with Python 3.12.
0 commit comments