History.txt in stripe-1.7.3 vs History.txt in stripe-1.7.4
- old
+ new
@@ -1,4 +1,9 @@
+=== 1.7.4 2012-10-08
+
+* Fix bug introduced in 1.7.3 calling API methods that take no
+ arguments, like Stripe::Invoice#pay (github issue #42)
+
=== 1.7.3 2012-09-14
* Make sure that both keys and values of GET params are
URL-encoded. NOTE: If you were previously URL-encoding values
yourself, you may need to adjust your code.