CHANGES.md in http-form_data-1.0.3 vs CHANGES.md in http-form_data-2.0.0.pre1
- old
+ new
@@ -1,20 +1,20 @@
-## 1.0.2 (2017-05-18)
+## 2.0.0-pre1 (2017-05-10)
-* [#16](https://github.com/httprb/form_data/issues/16)
- Fix ruby < 2.0.0 support.
- [@ixti][]
+* [#12](https://github.com/httprb/form_data.rb/pull/12)
+ Enable form data streaming.
+ [@janko-m][]
## 1.0.2 (2017-05-08)
* [#5](https://github.com/httprb/form_data.rb/issues/5)
- Allow setting Content-Type non-file parts.
+ Allow setting Content-Type non-file parts
[@abotalov][]
* [#6](https://github.com/httprb/form_data.rb/issues/6)
- Creation of file parts without filename.
+ 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][]
@@ -41,5 +41,6 @@
* First release ever!
[@ixti]: https://github.com/ixti
[@abotalov]: https://github.com/abotalov
+[@janko-m]: https://github.com/janko-m