From a7dd7804eea1998694252c74cc67eebea89095a9 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 9 Aug 2020 16:32:55 -0400 Subject: [PATCH] Fixed https://github.com/caprover/caprover/issues/701 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9305863..1f70b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Added --advertise-addr for Docker swarm join. [Issue-572](https://github.com/caprover/caprover/issues/572) - Fixed a edge case where dhparam file is empty [Issue-745](https://github.com/caprover/caprover/issues/745) - One-click apps are now more compatible with docker compose YAML [Issue-786](https://github.com/caprover/caprover/issues/786) +- Fixed an issue with app renaming where the app was deleted [Issue-701](https://github.com/caprover/caprover/issues/701) ## [1.7.1] - 2020-07-03