From a3793d986e5f16db1d5d44cb343b35945bb362a9 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 21 Mar 2018 00:34:19 +0800 Subject: [PATCH] Update CHANGES for 1.0+beta19.1 --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e98843bf..74690384 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,21 @@ next - Don't pass `-runtime-variant _pic` on Windows (#635) +1.0+beta19.1 (21/03/2018) +------------------------- + +- Missing asm in ocaml -config on bytecode only architecture is no longer fatal + (#637 fixed by #639 @rgrinberg) + +- Fix regression introduced by beta19 where duplicate environment variables in + Unix.environ would cause a fatal error. The first defined environment variable + is now chosen. (#638 fixed by #640) + +- Use ';' as the path separator for OCAMLPATH on Cygwin (#630 fixed by #636 + @diml). + +- Respect OCAMLPATH even if the ocamlfind binary is absent. (#642 @diml) + 1.0+beta19 (14/03/2018) -----------------------