From 57455db88b7a9e27403a9d05c9bc2a2eee1f70cd Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 29 Oct 2020 12:58:35 +0200 Subject: [PATCH] Updated changlog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6263aa0d9e..9aadc06e46 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,6 +44,8 @@ ## Breaking Changes (Read before upgrading!) - **Deprecated** `first` and `last` query params for documents list route in the database API - **Deprecated** Deprectaed Pubjabi Translations ('pn') +- **Deprecated** `PATCH /account/prefs` is now updating the prefs payload and not just merging it +- **Deprecated** `PATCH /users/:userId/prefs` is now updating the prefs payload and not just merging it - Switched order of limit and offset params in all the SDKs `listDocuments` method for better consistency - Default `limit` param value in all the SDKs `listDocuments` method is now 25 for better consistency