From bfede32b52966d319c0280a6d13254d93f6239d2 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 22 Jan 2018 13:06:08 +0000 Subject: [PATCH] Update changelog --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 357f02e7e51b..90efd7597cd5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) -----------------------