From 38c87803024eab1fe1fe300b17c715d9ca15c469 Mon Sep 17 00:00:00 2001 From: Dannii Willis Date: Fri, 19 Nov 2021 23:17:38 +1000 Subject: [PATCH] Move changelog entry for #15426 [ci skip] Changelog entry for #15426 was mistakenly added to 2.0.33 --- ChangeLog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 200e76c8e5651..79f6fc23a20c3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 ------------------- @@ -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 -------------------