Update changelog regarding ${<}

Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
This commit is contained in:
Jeremie Dimino 2018-07-10 16:55:45 +01:00
parent 7ec7166ae4
commit 94608b6f04
1 changed files with 4 additions and 4 deletions

View File

@ -135,10 +135,10 @@
`# JBUILDER_GEN`. (#958, @rgrinberg) `# JBUILDER_GEN`. (#958, @rgrinberg)
- Rename the following variables in dune files: - Rename the following variables in dune files:
`SCOPE_ROOT` to `project_root` + `SCOPE_ROOT` to `project_root`
`@` to `targets` + `@` to `targets`
`<` to `first-dep` + `^` to `deps`
`^` to `deps` `<` was renamed in this PR and latter deleted in favor or named dependencies.
(#957, @rgrinberg) (#957, @rgrinberg)
- Rename `ROOT` to `workspace_root` in dune files (#993, @diml) - Rename `ROOT` to `workspace_root` in dune files (#993, @diml)