Update changelog

This commit is contained in:
Jeremie Dimino 2017-09-29 17:32:58 +01:00 committed by Rudi Grinberg
parent 63e8a76006
commit 7232176d7a
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
next
----
- Change the semantic of aliases: there are no longer aliases that are
recursive such as `install` or `runtest`. All aliases are
non-recursive. However, when requesting an alias from the command
line, this request the construction of the alias in the specified
directory and all its children recursively. This allows users to get
the same behavior as previous recursive aliases for their own
aliases, such as `example`. Inside jbuild files, one can use `(deps
(... (alias_rec xxx) ...))` to get the same behavior as on the
command line.
1.0+beta14 (11/10/2017)
-----------------------