mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Release 0.10.1.
This commit is contained in:
parent
fd1f49ccee
commit
0f04ba868c
2 changed files with 7 additions and 1 deletions
6
History
6
History
|
@ -1,3 +1,9 @@
|
||||||
|
== 0.10.1 2013-01-26
|
||||||
|
|
||||||
|
* new
|
||||||
|
* [added support for MOVE requests](https://github.com/jnunemaker/httparty/pull/183)
|
||||||
|
* [bump multi xml version](https://github.com/jnunemaker/httparty/pull/181)
|
||||||
|
|
||||||
== 0.10.0 2013-01-10
|
== 0.10.0 2013-01-10
|
||||||
* changes
|
* changes
|
||||||
* removed yaml support because of security risk (see rails yaml issues)
|
* removed yaml support because of security risk (see rails yaml issues)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module HTTParty
|
module HTTParty
|
||||||
VERSION = "0.10.0"
|
VERSION = "0.10.1"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue