From 4708d064da76e1e7a599bd3d1ba809e4bfe87423 Mon Sep 17 00:00:00 2001 From: l12s Date: Sun, 1 May 2016 23:32:05 -0700 Subject: [PATCH] Updates the changelog to reflect additional changes in 3.1.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fee7edd26..5f30d3c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ### v3.1.0 (2016-05-01) - * Updates the [`lib/clients/web/facets/index.js`](/lib/clients/web/facets/index.js) to reference the new facets added in the 3.0.0 update + * Updates the [`lib/clients/web/facets/index.js`](/lib/clients/web/facets/index.js) to reference the new facets added in the 3.0.0 update, thanks @ekmartin * Adds in a [`reminders`](/lib/clients/web/facets/reminders.js) client facet + * MemoryDataStore.getUserByEmail now looks at the correct part of the user object for the email, thanks @SimantovYousoufov + * Adds docs and examples for the data store and sending DMs, thanks @PaulAsjes! ### v3.0.0 (2016-04-24)