Update CHANGELOG for next version

This commit is contained in:
Rudi Grinberg 2017-11-07 23:02:31 +08:00
parent 5fa8f6eb26
commit dd99126d36
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
next
----
- Add `S .` to .merlin by default (#284)
- Improve `jbuilder exec` to make it possible to execute non public executables.
`jbuilder exec path/bin` will execute `bin` inside default (or specified)
context relative to `path`. `jbuilder exec /path` will execute `/path` as
absolute path but with the context's environment set appropriately. Lastly,
`jbuilder exec` will change the root as to which paths are relative using the
`-root` option. (#286)
- Fix `jbuilder rules` printing rules when some binaries are missing (#292)
- Build documentation for non public libraries (#306)
1.0+beta16 (05/11/2017)
-----------------------