* [430](https://github.com/stripe/stripe-python/pull/430) Handle the case where request ID is `None` when formatting errors
1.82.0
* [422](https://github.com/stripe/stripe-python/pull/422) Add `user_mesage` to `StripeError` for a way in Python 3 to avoid the "Request req_...:" string normally appended to error messages
1.81.0
* [425](https://github.com/stripe/stripe-python/pull/425) Add support for issuer fraud records
1.80.0
* [421](https://github.com/stripe/stripe-python/pull/421) Add support for flexible billing and usage records
1.79.1
* [401](https://github.com/stripe/stripe-python/pull/401) Drop conditional dependencies that incorrectly led to an added `simplejson` dependency in Python 3+ after switching to universal wheel
1.79.0
* [397](https://github.com/stripe/stripe-python/pull/397) Build universal wheels by default * [398](https://github.com/stripe/stripe-python/pull/398) Add support for `code` attribute on all Stripe exceptions