diff options
author | Kenny Root <kenny@the-b.org> | 2015-04-16 07:51:39 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-04-16 07:51:39 -0700 |
commit | c37f46e75e25cb2b6161fd4972e1e4150889dcdc (patch) | |
tree | 05282f727e1c8d96dbc7959ec3cce6552203154e | |
parent | 613bc40cdd458c7127902d1fd0b7b4b12fb27268 (diff) | |
download | connectbot-c37f46e75e25cb2b6161fd4972e1e4150889dcdc.tar.gz connectbot-c37f46e75e25cb2b6161fd4972e1e4150889dcdc.tar.bz2 connectbot-c37f46e75e25cb2b6161fd4972e1e4150889dcdc.zip |
Update CHANGELOG for TerminalManager fix
In change 613bc40cdd458c7127902d1fd0b7b4b12fb27268 there was a fix that
could be significant for some, so update the CHANGELOG to reflect that.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06facf9..9032374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - ECDH would sometimes fail because the shared secret would be encoded as a negative integer. - DSA host key support was broken from the beginning of the v1.8 series. +- Connections would sometimes close when leaving ConnectBot. ### Added - More context is given for failures to connect via SSH which should |