CHANGELOG.md in rspec-system-2.7.1 vs CHANGELOG.md in rspec-system-2.7.2

- old
+ new

@@ -1,4 +1,18 @@ +2.7.2 +===== + +This bug fixes ensures all SocketErrors for SSH are caught and retried. + +It also fixes the last release whereby Net::SSH::Exception was accidentally +removed at release time. + +#### Detailed Changes + +* rescue and retry ssh on SocketError and Net::SSH::Exception (Johan Haals) + +------------------------------- + 2.7.1 ===== This bug fixes ensures all Net::SSH::Exceptions are caught and retried.