CHANGELOG.md in boris-1.0.1 vs CHANGELOG.md in boris-1.0.2
- old
+ new
@@ -1,4 +1,13 @@
+# 1.0.2
+* Fix for devices asking for password when connecting via SSH
+* Fixed return value for Target#connect
+* Added #failure_message to connectors
+* Added registry subkey and value caching for WMI connections
+* Added constants for connection failures, changed logging messages for connectors
+* Changed all eval calls to Object.send
+* Various bug fixes
+
# 1.0.1
* Renamed Profiles to Profilers
* Moved networking helper methods to newly created Network module
* Separated Structure and Profilers
* Profilers are now separate classes for easier subclassing