CHANGELOG.md in puppet_forge-2.2.0 vs CHANGELOG.md in puppet_forge-2.2.1
- old
+ new
@@ -1,14 +1,24 @@
# Change Log
Starting with v2.0.0, all notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## v2.2.1 - 2016-05-24
+
+### Changed
+
+* Fixed an issue where certain types of connection failures raised a spurious "method missing" error instead of the underlying
+ exception.
+* When setting PuppetForge::Connection.proxy, an empty string will now be treated as nil. If no proxy has yet been configured,
+ setting to an empty string will have no effect. If a proxy has already been configured, setting to nil will unset the existing
+ value.
+
## v2.2.0 - 2016-05-10
### Changed
-* puppet\_forge's optional dependency on Typhoeus now searches for a gem matching '~> 1.0.1' so it will pick up more recent versions.
+* puppet\_forge's optional dependency on Typhoeus now searches for a gem matching '~> 1.0.1' so it will pick up more recent versions.
NOTE: This means if you have a version of Typhoeus installed that is less than 1.0.1, puppet\_forge will no longer use the Typhoeus
adapter and will fall back to Ruby's Net::HTTP library.
## v2.1.5 - 2016-04-13