From 260ea31e787593fe27d002985f45739d8a04a498 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 9 Feb 2016 17:46:13 +0100 Subject: [PATCH] Amend changelog regarding #471 --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index bb0abaf84a..9b9e0acc6f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -26,6 +26,12 @@ Other enhancements: work [#1358](https://github.com/commercialhaskell/stack/issues/1358) * Docker: strip suffix from docker --version [#1653](https://github.com/commercialhaskell/stack/issues/1653) +* On each run, stack will test the stack root directory (~/.stack), and the + project and package work directories (.stack-work) for whether they are + owned by the current user and abort if they are not. This precaution can + be disabled with the `--allow-different-user` flag or `allow-different-user` + option in the global config (~/.stack/config.yaml). + [#471](https://github.com/commercialhaskell/stack/issues/471) Bug fixes: