-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
30 lines (21 loc) · 869 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [2.0.1] - 2018-01-08
### Added
- new property `ssh.verifyHosts`
- removed a property `ssh.emergencyTimeoutMS`
### Changed
### Removed
## [2.0.0] - 2018-01-02
### Added
- new property `ssh.emergencyTimeoutMS`
- a ChangeLog has been added
### Changed
- all constructors that accepted an argument `Connection` accept a new argument `SSHClient` instead of that arg
### Removed
[Unreleased]: https://github.com/RedHatQE/ssh-tools/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/RedHatQE/ssh-tools/compare/v1.0.0...v2.0.1
[2.0.0]: https://github.com/RedHatQE/ssh-tools/compare/v1.0.0...v2.0.0