From ba49c67335937c93a56fb92a75cd2793be7162dd Mon Sep 17 00:00:00 2001 From: Ben Fitzpatrick Date: Fri, 22 Jul 2016 10:16:40 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0474ef1eb8..ee19a1dff2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -57,7 +57,8 @@ rose config-edit: fix trigger latent section traceback. [#1915](https://github.com/metomi/rose/pull/1915): rose macro: removed un-necessary prompting with optional configuration. -* No longer prompts for `optional_config_name`. +* Allow macros to have a keyword argument `optional_config_name` which will be + set to the name of the optional configuration used, if any. * Now only prompts once for unknown values when using optional configurations. --------------------------------------------------------------------------------