Skip to content

Commit 89c9312

Browse files
authored
Fix date formats in changelog for January release dates [ci skip] (#16290)
Use US format to match the other entries.
1 parent 9bcaafc commit 89c9312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See docs/process.md for more on how version tagging works.
3838
include `emscripten/version.h` (or `emscripten.h` which indirectly includes
3939
it). (#16147)
4040

41-
3.1.3 - 31/01/2022
41+
3.1.3 - 01/31/2022
4242
------------------
4343
- The file packager now supports embedding files directly into wasm memory and
4444
`emcc` now uses this mode when the `--embed-file` option is used. If you
@@ -57,7 +57,7 @@ See docs/process.md for more on how version tagging works.
5757
clause. (Calling another function that calls `setjmp` is fine.)
5858
(#14976 and #16072)
5959

60-
3.1.2 - 20/01/2022
60+
3.1.2 - 01/20/2022
6161
------------------
6262
- A new setting, `POLYFILL`, was added which is on by default but can be disabled
6363
(via `-sNO_POLYFILL`) to prevent emscripten from outputing needed polyfills.
@@ -72,7 +72,7 @@ See docs/process.md for more on how version tagging works.
7272
`coreX` to better reflect where they are defined. The old suite names such
7373
as `wasm2` will continue to work for now as aliases.
7474

75-
3.1.1 - 08/01/2022
75+
3.1.1 - 01/08/2022
7676
------------------
7777
- Happy new year!
7878
- Updated SDL 2 port to upstream version 2.0.18 (from a patched 2.0.10). This

0 commit comments

Comments
 (0)