Update changelog (#361)

This commit is contained in:
Rudi Grinberg 2017-12-12 23:43:29 +08:00 committed by GitHub
parent 2be876cb49
commit 2cab60b150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
next
----
- Make jbuilder aware that `num` is an external package in OCaml >= 4.06.0
(#358)
- `jbuilder exec` will now rebuild the executable before running it if
necessary. This can be turned off by passing `--no-build` (#345)
- Fix `jbuilder utop` to work in any working directory (#339)
- Fix generation of META synopsis that contains double quotes (#337)
- Add `S .` to .merlin by default (#284)
- Improve `jbuilder exec` to make it possible to execute non public executables.