diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index 8aa4f406..a95c2f86 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/documentation/docs/changelog/0.1.7.md @@ -151,6 +151,7 @@ New API endpoints are available for automating various administrative tasks or i - `git` and `clamav` are now removed from the install script - Added checks for failed wget (reported by *germangc125*) - `--repair` flag will now retry all installation steps +- Port 22 is no longer disabled by default, only when flag `--no-ssh` is used. - database import is now retried multiple times if mysql is not ready ----