ChangeLog.md in spidr-0.6.1 vs ChangeLog.md in spidr-0.7.0

- old
+ new

@@ -1,7 +1,17 @@ +### 0.7.0 / 2022-12-31 + +* Added {Spidr.domain} and {Spidr::Agent.domain}. +* Added {Spidr::Page#gif?}. +* Added {Spidr::Page#jpeg?}. +* Added {Spidr::Page#icon?} and {Spidr::Page#ico?}. +* Added {Spidr::Page#png?}. +* {Spidr.proxy=} and {Spidr::Agent#proxy=} can now accept a `String` or a + `URI::HTTP` object. + ### 0.6.1 / 2019-10-24 -* Check for opaque component of URIs before attempting to set the path +* Check for the opaque component of URIs before attempting to set the path component (@kyaroch). This fixes `URI::InvalidURIError: path conflicts with opaque` exceptions. * Fix `@robots` instance variable warning (@spk). ### 0.6.0 / 2016-08-04