Add the FTP class to deprecations_removals.md
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 23 Jun 2021 10:34:00 +0000 (12:34 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 10:34:00 +0000 (12:34 +0200)
see WoltLab/WCF#4332

docs/migration/wsc54/deprecations_removals.md

index e9efdd8c2ba2ce506655884fb18116db12ff3be2..23146313cbedde8e46b31de7fd0d4bb8986aa711 100644 (file)
@@ -11,6 +11,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 #### Classes
 
 - `filebase\system\file\FileDataHandler` (use `filebase\system\cache\runtime\FileRuntimeCache` instead)
+- `wcf\system\io\FTP` (directly use the FTP extension instead)
 
 #### Methods