We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f7925 commit a08bf41Copy full SHA for a08bf41
CHANGES
@@ -1,4 +1,4 @@
1
-===== 3.4.0 (2019-04-15) - Hong Kong =====
+===== 3.4.0 (2019-04-17) - Hong Kong =====
2
* Features/Changes
3
** Compiler: Support reproducible builds by using BUILD_PATH_PREFIX_MAP
4
** Compiler: Remove support for ocaml < 4.02.3
@@ -18,6 +18,7 @@
18
** Compiler: fix miscompilation of Obj.is_int with a match expression
19
** Compiler: fix quadratic behaviour in findlib.ml
20
** Compiler: prevent addition with a positively-signed number from being coalesced… (#764)
21
+ ** Compiler: Fix: static eval of String.get (#770)
22
** Runtime: make obj_dup work on string/bytes
23
** Runtime: fix bad hash function on int64
24
** Runtime: avoid redundant conversion to string in fs_fake.js
0 commit comments