diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 9fdd5bdcd..8f9dd9a66 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -550,7 +550,8 @@ folder automatically on `composer install`. If your deployment process relies on `composer install` on the production environment, and this environment supports symlinks, you don't need to change anything. -If you deploy release archives, either ensure those archives can correctly extract symlinks, +If you deploy release archives or upload code via FTP, +either ensure those archives can correctly extract symlinks, or explicitly switch to the "copy" mode to avoid symlinks. ### SS_Log replaced with PSR-3 logging {#psr3-logging}