You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
## 4.2.0
14
14
15
-
Released on ??
15
+
Released on 07/12/2021
16
16
17
17
-**Active mode**
18
18
- suppaftp now supports Active-mode (credit [@devbydav](https://github.com/devbydav))
@@ -30,6 +30,7 @@ Released on ??
30
30
- The status enum implements the `code()` method which will return the `u32` representation
31
31
- The status enum can be displayed and converted to string: this will return the description of the error code
32
32
- Changed `into_insecure()` to `clear_command_channel()`: the implementation of into_insecure was wrong and inconsistent. What it actually does is to make the server not to encrypt the communication on the command channel.
33
+
- Removed `File::from_line`; use `File::try_from()` or `File::from_str()`
0 commit comments