Skip to content

Commit

Permalink
Mark 3.1.50 as released (emscripten-core#20809)
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin authored Nov 30, 2023
1 parent 9d40b31 commit 9de528b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ to browse the changes between the tags.

See docs/process.md for more on how version tagging works.

3.1.50 (in development)
3.1.51 (in development)
-----------------------

3.1.50 - 11/29/23
-----------------
- Add a port of mimalloc, a fast and scalable multithreaded allocator. To use
it, build with `-sMALLOC=mimalloc`. (#20651)
- When compiling, Emscripten will now invoke `clang` or `clang++` depending only
Expand Down
2 changes: 1 addition & 1 deletion emscripten-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.50-git
3.1.51-git

0 comments on commit 9de528b

Please sign in to comment.