diff --git a/History b/History index ef9bb0b0..83d57f47 100644 --- a/History +++ b/History @@ -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