Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Jan 22, 2018
1 parent 1db07f6 commit bfede32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ next

- Remove read-only attribute on Windows before unlink (#247)

- Add a mode field to `rule` stanzas:
+ `(mode standard)` is the default
+ `(mode fallback)` replaces `(fallback)`
+ `(mode promote)` means that targets are copied to the source tree
after the rule has completed
+ `(mode promote-until-clea)` is the same as `(mode promote)` except
that `jbuilder clean` deletes the files copied to the source tree.
(#437)

- Add a flag `--ignore-promoted-rules` to make jbuilder ignore rules
with `(mode promote)`. `-p` implies `--ignore-promoted-rules` (#437)

1.0+beta16 (05/11/2017)
-----------------------

Expand Down

0 comments on commit bfede32

Please sign in to comment.