CHANGES.md in http-form_data-1.0.1 vs CHANGES.md in http-form_data-1.0.2

- old
+ new

@@ -1,5 +1,20 @@ +## 1.0.2 (2017-05-08) + +* [#5](https://github.com/httprb/form_data.rb/issues/5) + Allow setting Content-Type non-file parts + [@abotalov] + +* [#6](https://github.com/httprb/form_data.rb/issues/6) + Creation of file parts without filename + [@abotalov] + +* [#11](https://github.com/httprb/form_data.rb/pull/11) + Deprecate `HTTP::FormData::File#mime_type`. Use `#content_type` instead. + [@ixti] + + ## 1.0.1 (2015-03-31) * Fix usage of URI module. @@ -16,5 +31,8 @@ ## 0.0.1 (2014-12-15) * First release ever! + +[@ixti] https://github.com/ixti +[@abotalov] https://github.com/abotalov