Nexpose Client v7.0.1
Fixed .to_h
for Schedules
- There was some untested logic where we compared
"0" == 0
(String to Integer), which would never have been true. Given how this was written it's doubtful we should see any different behavior when the class uses.to_h
. But I wanted to make sure to point it out in the Release notes.
Whitespace/formatting/Cleanup
- This version is mainly only cleanup, and no code changes were added; with one exception as noted above.