mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Release 0.15.4
This commit is contained in:
parent
d60d8c2669
commit
6406421ac3
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
## 0.15.4
|
||||
|
||||
Fixed
|
||||
|
||||
* Prevent gsub errors with different encodings.
|
||||
* Prevent passing nil to encode_body.
|
||||
|
||||
## 0.15.3
|
||||
|
||||
Fixed
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module HTTParty
|
||||
VERSION = "0.15.3"
|
||||
VERSION = "0.15.4"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue