Update changelog

This commit is contained in:
Jeremie Dimino 2017-07-25 17:10:26 +01:00
parent cfd43d5282
commit f267e3fd9c
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@
would do: `-I <path> file.cmxa`, now it does `-I <path>
<path>/file.cmxa`. Fixes #118 and #177
- Allow to use `jbuilder install` in contexts other than opam; if
`ocamlfind` is present in the `PATH` and the user didn't pass
`--prefix` or `--libdir` explicitly, use the output of `ocamlfind
printconf destdir` as destination directory for library files (#179,
Francois Bobot)
1.0+beta11 (21/07/2017)
-----------------------