From 065b00353bb294a082c6ebf01675dedef3e65a26 Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Mon, 26 Apr 2021 07:29:32 +0100 Subject: [PATCH] Drop repeated entry in CHANGES (#4528) Signed-off-by: Andrey Mokhov --- CHANGES.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ac9cf14a826..4d71c81c0e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -101,8 +101,6 @@ Unreleased - Drop support for upgrading jbuilder projects (#4473, @jeremiedimino) -- Drop support for upgrading jbuilder projects (#4473, @jeremiedimino) - - Extend the environment variable `BUILD_PATH_PREFIX_MAP` to rewrite the root of the build dir (or sandbox) to `/workspace_root` (#4466, @jeremiedimino) @@ -112,8 +110,8 @@ Unreleased implementation is based on Jenga's cache library, which was thoroughly tested on large-scale builds. Using Jenga's cache library will also make it easier for us to port Jenga's cloud cache to Dune. (#4443, #4465, Andrey Mokhov) - -- More informative error message when Dune can't read a target that's supposed + +- More informative error message when Dune can't read a target that's supposed to be produced by the action. Old message is still produced on ENOENT, but other errors deserve a more detailed report. (#4501, @aalekseyev)