From 53b83ffeaf52b2ac026ea1cfd8d611f1fc6c0b96 Mon Sep 17 00:00:00 2001
From: Angelina Filippova <linakirsanova@gmail.com>
Date: Sat, 21 Sep 2019 00:14:09 +0400
Subject: [PATCH] Changelog

---
 CHANGELOG.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e672e1f..62901042 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,20 +8,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ### Added
 
-- add ability to configure new settings (UploadS3 bucket namespace, Rate limit for Activity pub routes, Email notifications settings, MRF Vocabulary, user bio and name length and others)
-- add ability to disable certain features (settings/reports)
-- add sign in via PleromaFE
+- adds ability to configure new settings (UploadS3 bucket namespace, Rate limit for Activity pub routes, Email notifications settings, MRF Vocabulary, user bio and name length and others)
+- adds ability to disable certain features (settings/reports)
+- adds sign in via PleromaFE
+- adds ability to generate invite tokens and list them on a separate tab
+- adds ability to invite users via email
+- adds ability to reset users passwords
+- adds tests for invites and resetting password
 
 ### Changed
 
 - removes "Dashboard" from dropdown menu
 - makes all single selects clearable and allow to enter custom values in all multiple selects
-- remove legacy activitypub accept_blocks setting
+- removes legacy activitypub accept_blocks setting 
 
 ### Fixed
 
 - converts maps and structs to JS objects, not array of tuples when wrapping config
 - changes type of IP value from string to number
+- updates error handling for users and invites modules
 
 ## [1.0.1] - 2019-08-15
 
-- 
GitLab