Skip to content

Commit ae0adf1

Browse files
committed
Changes
1 parent 251e5a0 commit ae0adf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66
** Compiler: refactoring (#781, #782, #787, #795, #802)
77
** Compiler: more source map location for the javascript runtime (#795)
88
** Runtime: support sharing when marshaling (#814)
9+
** Ppx: switch ppx rewriter to the OCaml 4.08 ast
910
** Misc: Improve CI speed
1011
** Misc: remove ppx_deriving dependency
1112
** Misc: remove cppo dependency
1213
** Misc: remove ppx_tools_versioned dependency in ppx_deriving_json
1314
** Misc: support for ocaml 4.09
14-
** Lib: Add support for 'addEventListener' with options
15+
** Misc: switch to ocamlformat.0.10
16+
** Lib: Add support for 'addEventListener' with options (#807)
1517

1618
* Bug fixes:
1719
** Compiler: don't generate source if no-source-map passed (#780)
1820
** Compiler: Fix compilation of [Array.set] to return [unit]/0 (#792)
21+
** Compiler: Fix assertion failure (#828)
1922
** Misc: Fix install on windows (#794)
2023
** Lib: Fix Dom_svg.createForeignObject (#756)
2124
** Runtime: Fix caml_obj_tag, causing miscompilation with lazy value (#772)

0 commit comments

Comments
 (0)