Changelog.md in httparty-0.16.1 vs Changelog.md in httparty-0.16.2
- old
+ new
@@ -1,4 +1,8 @@
+## 0.16.2
+
+* [Support ActionDispatch::Http::UploadedFile again](https://github.com/jnunemaker/httparty/pull/585)
+
## 0.16.1
* [Parse content with application/hal+json content type as JSON](https://github.com/jnunemaker/httparty/pull/573)
* [Convert objects to string when concatenating in multipart stuff](https://github.com/jnunemaker/httparty/pull/575)
* [Fix multipart to set its header even when other headers are provided](https://github.com/jnunemaker/httparty/pull/576)