aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-04-19 22:35:01 -0700
committerKenny Root <kenny@the-b.org>2015-04-19 22:44:34 -0700
commitc960f1ef596e6b1393f18ece9b2bd74353eb115f (patch)
treea2e5e75d1ab5432294aafca7472215caa874e214 /CHANGELOG.md
parent852bd62cc255c1911deaf8a925648b86ecb4ccb3 (diff)
downloadconnectbot-c960f1ef596e6b1393f18ece9b2bd74353eb115f.tar.gz
connectbot-c960f1ef596e6b1393f18ece9b2bd74353eb115f.tar.bz2
connectbot-c960f1ef596e6b1393f18ece9b2bd74353eb115f.zip
telnet: try all addresses for host
Closes #46
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06e089d..0c563ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,8 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- More context is given for failures to connect via SSH which should
reveal why a host might be incompatible with ConnectBot.
- SSH key exchange algorithm will now be printed upon connection.
-- SSH: all addresses for a particular host will be tried when
- connecting. This includes IPv6.
+- All addresses for a particular host will be tried when connecting
+ (including IPv6).
## [1.8.3][1.8.3] - 2014-04-02
### Fixed