Skip to content

Commit

Permalink
Update CHANGELOG for beta19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Mar 20, 2018
1 parent 4c4e40f commit 4d1369e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
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).

- Use the contents of the `OCAMLPATH` environment variable when not relying on
`ocamlfind` (#642 @diml)

1.0+beta19 (14/03/2018)
-----------------------

Expand Down Expand Up @@ -40,10 +56,6 @@

- Fix display when output is not a tty (#518)

- Add a `(universe)` special dependency to specify that an action
depend on everything in the universe. Jbuilder cannot cache the
result of an action that depend on the universe (#603, fixes #255)

1.0+beta18.1 (14/03/2018)
-------------------------

Expand Down

0 comments on commit 4d1369e

Please sign in to comment.