SSHKit respects semantic versioning. This file is a place to record breaking API improvements which could be considered at the next major release.
- Consider no longer stripping by default on
capture
#249
to_a
can probably be removed from"str".lines.to_a
, since"str".lines
returns anArray
under Ruby 2