From 1cc45531c9b1d550221f03b7856b6639c5584b65 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 4 May 2014 05:54:01 -0700 Subject: [PATCH] Update history --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 0d383ddfba..3b59c3e23c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,7 @@ History 0.3.6 (2014-05-??) ---------------------- +* Added setting to disable Invoice receipt emails (Thanks Chris Halpert) * Check for ``PY3`` when handling some of the error methods * Placed `StripeSubscriptionSignupForm` into deprecation mode. It will probably be removed in the 0.4 release. * Enable proration when customer upgrades plan, and pass proration policy for upgrades in settings. (Thanks Yasmine Charif)