From f7960c3e118ddc9f4cc2939a53d71f11787bed04 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 8 Jul 2020 17:17:10 +0300 Subject: [PATCH] Updated changelog --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5e9e5c112..a467b942f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,9 +44,11 @@ - New OAuth adapter for Box.com - New OAuth adapter for PayPal sandbox -## Breaking Changes +## Breaking Changes (Read before upgrading) - **Deprecated** `first` and `last` query params for documents list route in the database API - **Deprecated** Deprectaed Pubjabi Translations ('pn') +- 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 ## Security