From c16d09b4ed86050008cd67feac4d37a97b2658fe Mon Sep 17 00:00:00 2001 From: saksham taneja Date: Sun, 13 Oct 2019 16:33:45 +0530 Subject: [PATCH 1/2] Update CHANGES.md --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 656f24c823..45c6c34122 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ * Added 16 new locales for locale service and email templates (af, ar, bn, cz, hu, hy, jv, lt, no, ru, si, sv, ta, vi, zh-cn, zh-tw) * New users service routes to allow updates pref and name update -* 2 stage Docker build +* 2 stages Docker build * New database rule validation options * Update docs example with auth info * Limit HTTP origin check only to browser integrations @@ -16,7 +16,7 @@ * Fix for typos in PT-BR translations * Fix for UI crash when project user was missing a name -## Breaking Changs +## Breaking Changes * users/deleteUsersSession method name changed to users/deleteUserSession in all SDKs for better consistency From dfe924c736d8390f2dfffbc8410642c717489b58 Mon Sep 17 00:00:00 2001 From: saksham taneja Date: Wed, 30 Oct 2019 03:27:19 +0530 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 45c6c34122..ca5424909c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ * Added 16 new locales for locale service and email templates (af, ar, bn, cz, hu, hy, jv, lt, no, ru, si, sv, ta, vi, zh-cn, zh-tw) * New users service routes to allow updates pref and name update -* 2 stages Docker build +* 2 stage Docker build * New database rule validation options * Update docs example with auth info * Limit HTTP origin check only to browser integrations