From ec1a88db989af38cd730a2771968385950a78ef8 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Thu, 18 Jan 2018 11:36:36 +0000 Subject: [PATCH] Update changelog --- CHANGES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 60fd73a9..6ddc2591 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -36,11 +36,18 @@ next - Simplify generated META files: do not generate the transitive closure of dependencies in META files (#405) +- Deprecated `${!...}`: the split behavior is now a property of the + variable. For instance `${CC}`, `${^}`, `${read-lines:...}` all + expand to lists unless used in the middle of a longer atom (#336) + - Add an `(include ...)` stanza allowing one to include another non-generated jbuild file in the current file (#402) -- Add a `(promote ( as ) ...)` action allowing one to - promote generated files as source files (#402) +- Add a `(diff )` action allowing to diff files and + promote generated files in case of mismatch (#402, #421) + +- Add `jbuilder promote` and `--auto-promote` to promote files (#402, + #421) - Report better errors when using `(glob_files ...)` with a directory that doesn't exist (#413, Fix #412)