File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.1 (2018-06-01)
2
+
3
+ * [ #23 ] ( https://github.com/httprb/form_data/pull/23 )
4
+ Allow override urlencoded form data encoder.
5
+ [ @FabienChaynes ] [ ]
6
+
7
+
1
8
## 2.1.0 (2018-03-05)
2
9
3
10
* [ #21 ] ( https://github.com/httprb/form_data/pull/21 )
33
40
## 1.0.2 (2017-05-08)
34
41
35
42
* [ #5 ] ( https://github.com/httprb/form_data.rb/issues/5 )
36
- Allow setting Content-Type non-file parts
43
+ Allow setting Content-Type non-file parts
37
44
[ @abotalov ] [ ]
38
45
39
46
* [ #6 ] ( https://github.com/httprb/form_data.rb/issues/6 )
71
78
[ @janko-m ] : https://github.com/janko-m
72
79
[ @mhickman ] : https://github.com/mhickman
73
80
[ @HoneyryderChuck ] : https://github.com/HoneyryderChuck
81
+ [ @FabienChaynes ] : https://github.com/FabienChaynes
Original file line number Diff line number Diff line change 3
3
module HTTP
4
4
module FormData
5
5
# Gem version.
6
- VERSION = "2.1.0 "
6
+ VERSION = "2.1.1 "
7
7
end
8
8
end
You can’t perform that action at this time.
0 commit comments