summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorWill Bryant <will.bryant@gmail.com>2016-11-27 23:41:01 +1300
committerMiklos Fazekas <mfazekas@szemafor.com>2016-11-28 22:18:31 +0100
commit3197ec5effd34a9e0f8d56283332982409f6a742 (patch)
tree178d8c9f9f768870e541a719cdfa46fbd4a5a8b4 /CHANGES.txt
parent38306b59bf19da1d619ecda86dfce21e7897a817 (diff)
downloadnet-ssh-3197ec5effd34a9e0f8d56283332982409f6a742.tar.gz
#357 as a special case, ignore nil :password options, to avoid breaking capistrano v2.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 794ebe9..81a3f0b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+=== 4.0.0.rc1
+
+ * Allow :password to be nil for capistrano v2 compatibility [Will Bryant, #357]
+ * In next_packet if prefer consuming buffer before filling it again if we have enough data [Miklós Fazekas, #454]
+
=== 4.0.0.beta4
* Added exitstatus method to exec's return [Miklós Fazekas, #452]