1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

updated history

This commit is contained in:
John Nunemaker 2009-01-31 01:34:02 -05:00
parent b2cac2c9ee
commit b7cd64e76f

View file

@ -1,6 +1,8 @@
== 0.3.0 2009-01-31
* 1 major enhancmenet
* 1 major enhancement, 1 bug fix
* JSON gem no longer a requirement. It was conflicting with rails json stuff so I just stole ActiveSupport's json decoding and bundled it with HTTParty.
* Fixed bug where query strings were being duplicated on redirects
* Added more specs and moved some code around.
== 0.2.10 2009-01-29
* 1 minor enhancement