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) -------------------