diff --git a/ChangeLog.md b/ChangeLog.md index 9b9e0acc6f..bb0abaf84a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -26,12 +26,6 @@ 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: