Don't use rst syntax in markdown file

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-08-01 10:07:29 +02:00
parent 7d0a9c5cff
commit 919c0bc403
1 changed files with 2 additions and 2 deletions

View File

@ -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)