Update changelog

This commit is contained in:
Jeremie Dimino 2017-06-07 10:52:14 +01:00
parent 87f009a881
commit 0352ab80a4
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@
- When exiting prematurely because of a failure, if there are other
background processes running and they fail, print these failures
- With msvc, `-lfoo` is transparently replaced by `foo.lib` (David
Allsopp, #127)
- Fix a bug where `jbuild rules` would crash instead of reporting a
proper build error