summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-02-15 10:42:33 -0800
committerelijah <elijah@riseup.net>2016-02-15 10:42:33 -0800
commit15b9ae55d6eb39127b03ead4c50ca619f686b789 (patch)
tree4dfa9007e779df84f06c083636a330172184bfce
parentb7063e410d2466ef63df60bcf789b52f6ca85d6b (diff)
updated changes file
-rw-r--r--CHANGES.md20
1 files changed, 15 insertions, 5 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 83a047b..b36cd18 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,10 +1,20 @@
-version 0.8 - RGSoC
+version 0.8 - email and RGSoC
------------------------------------------
-* Support for invite codes.
-* Support for braintree billing.
-* Ability to remove and disable users.
-* Localization fixes.
+This release focused on getting all the features needed for a complete
+email provider and merging in the work done by Rails Girls Summer of
+Code.
+
+* Support for invite codes: admins can require that new
+ users present an invite code. If required, the invite code
+ cannot be bypassed and is incorporated in the Secure Remote
+ Password negotiation. (thanks ankonym, ayajaff).
+* Support for customer account billing, including subscriptions.
+ (thanks claucece, EvyW).
+* Ability to remove, disable, and re-enable users.
+ (thanks EvyW).
+* Many localization fixes.
+* Many bug fixes.
version 0.7.1 - localization
------------------------------------------