From 7d0a9c5cff3b59b95466035820618f2161b5e176 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 1 Aug 2018 09:51:46 +0200 Subject: [PATCH 1/2] Update CHANGELOG with optional names entry Signed-off-by: Rudi Grinberg --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4f204b94..23a37daf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,9 +9,12 @@ next now allowed in toplevel position in the workspace file, or for individual contexts. This feature requires `(dune lang 1.1)` (#1038, @rgrinberg) -- Add ``enabled_if`` field for aliases and tests. This field controls whether +- Add `enabled_if` field for aliases and tests. This field controls whether the test will be ran using a boolean expression language. (#819, @rgrinberg) +- Make `name`, `names` fields optional when a `public_name`, `public_names` + field is provided. (#1041, fix #1000, @rgrinberg) + - Interpret `X` in `--libdir X` as relative to `PREFIX` when `X` is relative (#1072, fix #1070, @diml) From 919c0bc403f527ce28eff88659b5be6067f8eab4 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 1 Aug 2018 10:07:29 +0200 Subject: [PATCH 2/2] Don't use rst syntax in markdown file Signed-off-by: Rudi Grinberg --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 23a37daf..430ae8f9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,8 +9,8 @@ next now allowed in toplevel position in the workspace file, or for individual contexts. This feature requires `(dune lang 1.1)` (#1038, @rgrinberg) -- Add `enabled_if` field for aliases and tests. This field controls whether - the test will be ran using a boolean expression language. (#819, @rgrinberg) +- Add `enabled_if` field for aliases and tests. This field controls whether the + test will be ran using a boolean expression language. (#819, @rgrinberg) - Make `name`, `names` fields optional when a `public_name`, `public_names` field is provided. (#1041, fix #1000, @rgrinberg)