From b5b0a435545a2e402ed9e935676930980ed2c152 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 9 Jul 2018 01:15:46 +0700 Subject: [PATCH] Update CHANGES Signed-off-by: Rudi Grinberg --- CHANGES.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3879b1f8..fc935879 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -116,6 +116,33 @@ next - Adapt the behavior of `dune subst` for dune projects (#960, @diml) +- Add the `lib_root` and `libexec_root` sections to install stanzas + (#947, @diml) + +- Add a `Configurator.V1.Flags` module that improves the flag reading/writing + API (#840, @avsm) + +- Add a `tests` stanza that simlpified defining regular and expect tests + (#822, @rgrinberg) + +- Change the `subst` subcommand to lookup the project name from the + `dune-project` whenever it's available. (#960, @diml) + +- The `subst` subcommand no longer looks up the root workspace. Previously this + detection would break the command whenever `-p` wasn't passed. (#960, @diml) + +- Add a `# DUNE_GEN` in META template files. This is done for consistency with + `# JBUILDER_GEN`. (#958, @rgrinberg) + +- Rename the following variables in dune files: + `SCOPE_ROOT` to `project_root` + `@` to `targets` + `<` to `first-dep` + `^` to `deps` + (#957, @rgrinberg) + +- Lowercase all built-in %{variables} in dune files (#956, @rgrinberg) + 1.0+beta20 (10/04/2018) -----------------------