History.txt in stripe-1.27.2 vs History.txt in stripe-1.28.0

- old
+ new

@@ -1,4 +1,13 @@ +=== 1.28.0 2015-10-05 + +* Make StripeObject's #save "upsert"-like; creates an object if new +* Add #update_attributes to StripeObject for safe mass assignment +* Properly mass assign attributes on calls to #save +* Add question mark helpers for boolean fields (e.g. #paid? as well as old #paid) +* Fix a bug that broke the API for StripeObject initialization +* Remove use of deprecated URI.escape + === 1.27.2 2015-09-25 * Correct the URLs used to fetch Bitcoin transactions. === 1.27.1 2015-09-20