Update doc/changes regarding %{profile}

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-07-02 12:54:39 +07:00
parent d19e55bd4d
commit 5f6e0f658f
2 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,8 @@ next
- Version `dune-workspace` and `~/.config/dune/config` files (#..., @diml) - Version `dune-workspace` and `~/.config/dune/config` files (#..., @diml)
- Add `%{profile}` variable. (#938, @rgrinberg)
1.0+beta20 (10/04/2018) 1.0+beta20 (10/04/2018)
----------------------- -----------------------

View File

@ -820,6 +820,7 @@ Jbuilder supports the following variables:
not be exactly the same as what you can see in the output of not be exactly the same as what you can see in the output of
``ocamlc -config``. In particular, variables added in new versions ``ocamlc -config``. In particular, variables added in new versions
of OCaml needs to be registered in Jbuilder before they can be used of OCaml needs to be registered in Jbuilder before they can be used
- ``profile`` the profile selected via ``--profile``
In addition, ``(action ...)`` fields support the following special variables: In addition, ``(action ...)`` fields support the following special variables: