From a6959d3df3f62e934d713c734cdcfcb7ebab0853 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Thu, 22 Mar 2018 10:05:46 -0400 Subject: [PATCH] Update changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index dc697e27..377c61b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,11 @@ next everything in the universe. Jbuilder cannot cache the result of an action that depend on the universe (#603, fixes #255 @diml) +- Add a `(package )` dependency specification to indicate + dependency on a whole package. Rules depending on whole pacakge will + be executed in an environment similar to the one we get once the + package is installed (#624, @rgrinberg and @diml) + - Don't pass `-runtime-variant _pic` on Windows (#635) 1.0+beta19.1 (21/03/2018)