From 0cc938d4f5eb8738ba167b08d97e58fad9a56580 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 23 Nov 2020 18:24:28 -0800 Subject: [PATCH] fix typos/formatting in CHANGES Signed-off-by: Rudi Grinberg --- CHANGES.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 688a924aab9..1fdc1469f20 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 @@ -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. @@ -59,9 +60,9 @@ 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) @@ -69,7 +70,7 @@ Unreleased - `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 ))`. (#3906, #3932, @nojb) - Tweak auto-formatting of `dune` files to improve readability. (#3928, @nojb)