CHANGES.md in http-form_data-2.1.0 vs CHANGES.md in http-form_data-2.1.1
- old
+ new
@@ -1,5 +1,12 @@
+## 2.1.1 (2018-06-01)
+
+* [#23](https://github.com/httprb/form_data/pull/23)
+ Allow override urlencoded form data encoder.
+ [@FabienChaynes][]
+
+
## 2.1.0 (2018-03-05)
* [#21](https://github.com/httprb/form_data/pull/21)
Rewind content at the end of `Readable#to_s`.
[@janko-m][]
@@ -31,11 +38,11 @@
## 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
[@abotalov][]
@@ -69,5 +76,6 @@
[@ixti]: https://github.com/ixti
[@abotalov]: https://github.com/abotalov
[@janko-m]: https://github.com/janko-m
[@mhickman]: https://github.com/mhickman
[@HoneyryderChuck]: https://github.com/HoneyryderChuck
+[@FabienChaynes]: https://github.com/FabienChaynes