Skip to content

Commit

Permalink
fix typos/formatting in CHANGES
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Nov 24, 2020
1 parent 5cf80f1 commit 0cc938d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Unreleased
- Ignore special files (BLK, CHR, FIFO, SOCKET), (#3570, fixes #3124, #3546,
@ejgallego)

- Experimental: Simplify loading of additional files (data or code) at runtime in programs by
introducing specific installation sites. In particular it allow to define
plugins to be installed in these sites. (#3104, #3794, fixes #1185, @bobot)
- Experimental: Simplify loading of additional files (data or code) at runtime
in programs by introducing specific installation sites. In particular it allow
to define plugins to be installed in these sites. (#3104, #3794, fixes #1185,
@bobot)

- Move all temporary files created by dune to run actions to a single directory
and make sure that actions executed by dune also use this directory by setting
Expand All @@ -34,7 +35,7 @@ Unreleased
native, dynlink) are disabled. Previously, dune would generate all archives
for regardless of settings. (#3829, @rgrinberg)

- Do no run ocamldep to for single module executables & libraries. The
- Do not run ocamldep to for single module executables & libraries. The
dependency graph for such artifacts is trivial (#3847, @rgrinberg)

- Fix cram tests inside vendored directories not being interpreted correctly.
Expand All @@ -59,17 +60,17 @@ Unreleased
makes it possible to use the build info module inside the preprocessor.
(#3848, fix #3848, @rgrinberg)

- Correctly call `git ls-tree` so unicode files are not quoted, this
fixes problems with `dune subst` in the presence of unicode
files. Fixes #3219 (#3879, @ejgallego)
- Correctly call `git ls-tree` so unicode files are not quoted, this fixes
problems with `dune subst` in the presence of unicode files. Fixes #3219
(#3879, @ejgallego)

- `dune subst` now accepts common command-line arguments such as
`--debug-backtraces` (#3878, @ejgallego)

- `dune describe` now also includes information about executables in addition to
that of libraries. (#3892, #3895, @nojb)

- instrumentations backends can now receive arguments via `(instrumentation
- instrumentation backends can now receive arguments via `(instrumentation
(backend <name> <args>))`. (#3906, #3932, @nojb)

- Tweak auto-formatting of `dune` files to improve readability. (#3928, @nojb)
Expand Down

0 comments on commit 0cc938d

Please sign in to comment.