Update CHANGELOG

This commit is contained in:
Rudi Grinberg 2018-03-19 02:06:35 +08:00
parent 37edb71204
commit 9c349d4164
1 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,10 @@ next
- Execute all actions (defined using `(action ..)`) in the context's
environment. (#623 @rgrinberg)
- Add a `(universe)` special dependency to specify that an action depend on
everything in the universe. Jbuilder cannot cache the result of an action that
depend on the universe (#603, fixes #255 @diml)
1.0+beta19 (14/03/2018)
-----------------------
@ -49,10 +53,6 @@ next
- Fix display when output is not a tty (#518)
- Add a `(universe)` special dependency to specify that an action
depend on everything in the universe. Jbuilder cannot cache the
result of an action that depend on the universe (#603, fixes #255)
1.0+beta18.1 (14/03/2018)
-------------------------