Skip to content

Commit 63a6cc3

Browse files
committed
4.2.0
1 parent 5e2be78 commit 63a6cc3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## 4.2.0
1414

15-
Released on ??
15+
Released on 07/12/2021
1616

1717
- **Active mode**
1818
- suppaftp now supports Active-mode (credit [@devbydav](https://github.com/devbydav))
@@ -30,6 +30,7 @@ Released on ??
3030
- The status enum implements the `code()` method which will return the `u32` representation
3131
- The status enum can be displayed and converted to string: this will return the description of the error code
3232
- 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()`
3334

3435
## 4.1.3
3536

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</p>
1212

1313
<p align="center">Developed by <a href="https://veeso.github.io/">veeso</a> and <a href="https://github.com/mattnenterprise">Matt McCoy</a></p>
14-
<p align="center">Current version: 4.2.0 (??/12/2021)</p>
14+
<p align="center">Current version: 4.2.0 (07/12/2021)</p>
1515

1616
<p align="center">
1717
<a href="https://opensource.org/licenses/MIT"

0 commit comments

Comments
 (0)