Skip to content

Commit 0112620

Browse files
authored
Mark 3.1.45 as released (#20108)
1 parent f85a71d commit 0112620

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ChangeLog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@ to browse the changes between the tags.
1818

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

21-
3.1.45 (in development)
21+
3.1.46 (in development)
2222
-----------------------
23+
- libunwind updated to LLVM 16.0.6. (#20088)
24+
25+
3.1.45 - 08/23/23
26+
-----------------
2327
- The function used to add symbols the JS library has been renamed from
2428
`mergeInto`, to the more specific `addToLibrary`. This new function does not
2529
require the passing of `LibraryManager.library` as a first argument. The old
2630
`mergeInto` continues to exist for backwards compat.
2731
- The `--log_html` option was removed from `emrun`. This option was already not
2832
working with python3.8 or above so we hope is safe to say that nobody was
2933
relying on it.
30-
- libunwind updated to LLVM 16.0.6. (#20088)
3134

3235
3.1.44 - 07/25/23
3336
-----------------

emscripten-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.45-git
1+
3.1.46-git

0 commit comments

Comments
 (0)