mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Update history and release 0.15
This commit is contained in:
parent
cba8f33a10
commit
562e8ee20e
2 changed files with 11 additions and 3 deletions
12
History.md
12
History.md
|
@ -1,6 +1,14 @@
|
|||
## master
|
||||
## 0.15.0
|
||||
|
||||
* Require Ruby >= 2.0.0
|
||||
Breaking Changes
|
||||
|
||||
* require Ruby >= 2.0.0
|
||||
|
||||
Fixed
|
||||
|
||||
* [fix numerous bugs](https://github.com/jnunemaker/httparty/pull/513)
|
||||
* [handle utf-8 bom for json parsing](https://github.com/jnunemaker/httparty/pull/520)
|
||||
* [do not overwrite default headers unless specified](https://github.com/jnunemaker/httparty/pull/518)
|
||||
|
||||
## 0.14.0
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module HTTParty
|
||||
VERSION = "0.14.0"
|
||||
VERSION = "0.15.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue