Skip to content

Commit c66214c

Browse files
vouillonhhugo
authored andcommitted
Changelog
1 parent 2bac94d commit c66214c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

CHANGES.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
11
# dev
22

33
## Features/Changes
4-
* Runtime: use es6 class (#1840)
54
* Compiler: use a Wasm text files preprocessor (#1822)
65
* Compiler: support for OCaml 4.14.3+trunk (#1844)
6+
* Runtime: use es6 class (#1840)
77
* Runtime: support more Unix functions (#1829)
88
* Runtime: remove polyfill for Map to simplify MlObjectTable implementation (#1846)
99
* Runtime: refactor caml_xmlhttprequest_create implementation (#1846)
1010
* Runtime: update constant imports to use `node:fs` module (#1850)
1111
* Runtime: make Obj.dup work with floats and boxed numbers (#1871)
12-
* Lib: make the Wasm version of Json.output work with native ints and JavaScript objects (#1872)
13-
* Runtime: implement BLAKE2b primitives for Wasm (#1873)
1412
* Runtime: delete BigStringReader, one should use UInt8ArrayReader instead
15-
* Runtime/wasm: support jsoo_env and keep track of backtrace status (#1881)
1613
* Runtime: less conversion during un-marshalling (#1889)
17-
* Compiler: improve performance of Javascript linking
14+
* Runtime/wasm: implement BLAKE2b primitives for Wasm (#1873)
15+
* Runtime/wasm: support jsoo_env and keep track of backtrace status (#1881)
1816
* Runtime/wasm: support unmarshaling compressed data (#1898)
17+
* Runtime/wasm: make resuming a continuation more efficient in Wasm (#1892)
18+
* Compiler: improve performance of Javascript linking
1919
* Ppx: explicitly disallow polymorphic method (#1897)
2020
* Ppx: allow "function" in object literals (#1897)
21+
* Lib: make the Wasm version of Json.output work with native ints and JavaScript objects (#1872)
2122

2223
## Bug fixes
23-
* Runtime: fix path normalization (#1848)
24-
* Runtime: fix reading from the pseudo-filesystem (#1859)
25-
* Runtime: fix initialization of standard streams under Windows (#1849)
2624
* Compiler: fix stack overflow issues with double translation (#1869)
2725
* Compiler: minifier fix (#1867)
2826
* Compiler: fix assert failure with double translation (#1870)
27+
* Compiler: fix path rewriting of Wasm source maps (#1882)
28+
* Compiler/wasm: fix bound check for empty float array (#1904)
2929
* Lib: fix Dom_html.Keyboard_code.of_event (#1878)
30+
* Runtime: fix path normalization (#1848)
31+
* Runtime: fix reading from the pseudo-filesystem (#1859)
32+
* Runtime: fix initialization of standard streams under Windows (#1849)
3033
* Runtime: fix Int64.of_string overflow check (#1874)
3134
* Runtime: fix caml_string_concat when not using JS strings (#1874)
32-
* Compiler: fix path rewriting of Wasm source maps (#1882)
3335
* Tools: fix jsoo_mktop and jsoo_mkcmis (#1877)
34-
* Compiler/wasm: fix bound check for empty float array (#1904)
3536

3637
# 6.0.1 (2025-02-07) - Lille
3738

0 commit comments

Comments
 (0)