Skip to content

Commit

Permalink
Move changelog entry for #15426 [ci skip] (#15577)
Browse files Browse the repository at this point in the history
Changelog entry for #15426 was mistakenly added to 2.0.33
  • Loading branch information
curiousdannii committed Nov 19, 2021
1 parent 59fee3f commit e4a6260
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,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 @@ -51,10 +55,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

0 comments on commit e4a6260

Please sign in to comment.