Skip to content

Commit

Permalink
Update CHANGES for 1.0+beta19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Mar 20, 2018
1 parent 10ff816 commit a3793d9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-----------------------

Expand Down

0 comments on commit a3793d9

Please sign in to comment.