summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-01-10 13:57:09 -0800
committerelijah <elijah@riseup.net>2016-01-10 13:57:09 -0800
commit1cd52015a2dcac610405fd163e1dca5a8d736add (patch)
treedb939adbf4a10c21b2ccde17fa8c5c611ed71c5e
parent23f3b872a83fe068fd32500db1ee4b112176ca7f (diff)
minor update to docs
-rw-r--r--CHANGES.md8
-rw-r--r--README.md4
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 50567b0..83a047b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,11 @@
+version 0.8 - RGSoC
+------------------------------------------
+
+* Support for invite codes.
+* Support for braintree billing.
+* Ability to remove and disable users.
+* Localization fixes.
+
version 0.7.1 - localization
------------------------------------------
diff --git a/README.md b/README.md
index 6398bc3..1863167 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,9 @@ these instructions:
### Install system requirements
- sudo apt-get install git ruby1.9.3 rubygems couchdb bundler
+ sudo apt install git ruby couchdb bundler
+
+Your actual requirements might differ if you are running an older OS that defaults to ruby 1.9.
### Download source