From 89be69c11fc870e18a04b5950f4a91c2ee6f551c Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Mon, 15 Jun 2015 08:32:59 +0200 Subject: [PATCH] Added changelog section --- documentation/UPDATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/UPDATE.md b/documentation/UPDATE.md index 9e09de5..a766686 100644 --- a/documentation/UPDATE.md +++ b/documentation/UPDATE.md @@ -9,6 +9,8 @@ If you have cloned the git repository it's safe to pull the new version. If you have used a zip file make sure to replace the `docker/` directory and also update `docker-compose.yml` and `docker-env.yml`. +For [changes see CHANGELOG.md](/CHANGELOG.md) + ## Update to 3.4.x As `PHP_UID` was replaced with `EFFECTIVE_UID` and `PHP_GID` was replaced with `EFFECTIVE_GID` you have to rebuild all containers with this variables: `main` and `web`