From f0e0674e813704597bff4ead3fd55a2937418c05 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 17 Sep 2019 20:20:26 +0900 Subject: [PATCH] Add CHANGES Signed-off-by: Rudi Grinberg --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6e78d9a388d5..5260552a7191 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -126,6 +126,9 @@ - Allow to mark directories as `data_only_dirs` and `vendored` directories without including them as `dirs` (#2619, fix #2584, @rgrinberg) +- Add support dependencies that are re-exported. Such dependencies are marked + with`re_export` and will automatically be provided to users of a library. + 1.11.3 (23/08/2019) -------------------