From 877f499129644a7960fee125d162b3ac66442a0d Mon Sep 17 00:00:00 2001 From: maxim-lixakov Date: Mon, 25 Sep 2023 12:47:47 +0300 Subject: [PATCH] [DOP-8839] - updated changelog --- docs/changelog/next_release/150.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/next_release/150.feature.rst b/docs/changelog/next_release/150.feature.rst index 6f4352680..0b1a2f098 100644 --- a/docs/changelog/next_release/150.feature.rst +++ b/docs/changelog/next_release/150.feature.rst @@ -1,2 +1,2 @@ Add ``Samba`` file connection. -It is now possible to download and upload files to Microsoft Windows Server domains using base ``FileDownloader``/``FileUploader`` classes with Samba ("SMB" networking protocol) as ``connection`` parameter +It is now possible to download and upload files to Microsoft Windows Server domains using base ``FileDownloader``/``FileUploader`` classes with Samba as ``connection`` parameter ("SMB" networking protocol by default).