diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index d61577df..7fe32755 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,4 +4,12 @@ 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.0] - 15/12/2020
\ No newline at end of file +## [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 |