Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ See docs/process.md for more on how version tagging works.
in upstream musl code but we don't expect anything major. Since this is a
fairly substantial change (at least internally) we are bumping the major
version of Emscripten to 3. (#13006)
- Added support for specifying the text encoding to be used in response filenames
by passing the encoding as a file suffix (e.g. "a.rsp.utf-8" or "a.rsp.cp1252").
If not specified, the encoding is autodetected as either UTF-8 or Python
default "locale.getpreferredencoding()". (#15406, #15292, #15426)

2.0.34 - 11/04/2021
-------------------
Expand All @@ -41,10 +45,6 @@ See docs/process.md for more on how version tagging works.
2.0.33 - 11/01/2021
-------------------
- Bug fixes
- Added support for specifying the text encoding to be used in response filenames
by passing the encoding as a file suffix (e.g. "a.rsp.utf-8" or "a.rsp.cp1252").
If not specified, the encoding is autodetected as either UTF-8 or Python
default "locale.getpreferredencoding()". (#15406, #15292, #15426)

2.0.32 - 10/19/2021
-------------------
Expand Down