From e88db4e4bc5b3c38367589e45296b5f45317c664 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 10 Mar 2017 12:42:59 +0000 Subject: [PATCH] Update changelog --- CHANGES.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.org b/CHANGES.org index 987fba4a..b8ec9b99 100644 --- a/CHANGES.org +++ b/CHANGES.org @@ -1,12 +1,17 @@ * 1.0+beta2 (07/03/2017) - Simplified the rules for finding the root of the workspace as the - old ones were often picking up the home directory + old ones were often picking up the home directory. New rules are: + + look for a =jbuild-workspace= file in parent directories + + look for a =jbuild-workspace*= file in parent directories + + use the current directory - Fixed the expansion of =${ROOT}= in actions - Install =quick-start.org= in the documentation directory +- Add a few more things in the log file to help debugging + * 1.0+beta1 (07/03/2017) - Added a manual