blob: 7fe32755deb72cae122c34abb83a222bceb9b38a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.5.1] - 04/01/2020
### Added
- HTTP support for DFC
- test related to HTTP support
### Changed
- interfaces and Scheme class moved from ftp package to common package
- ftp clients and tests refactoring taking this into account "common package"
## [1.5.0] - 15/12/2020
|