From 4f2c46ac36f350d9685f93cb0f14e29c86f6c7bb Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 14 Sep 2022 01:49:39 +0530 Subject: [PATCH] feat: udpate changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9718116a0b..02fc3e7eff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,7 +12,7 @@ - `createExecution` parameter `async` default value was changed from `true` to `false` [#3781](https://github.com/appwrite/appwrite/pull/3781) - String attribute `status` has been refactored to a Boolean attribute `enabled` in the functions collection [#3798](https://github.com/appwrite/appwrite/pull/3798) - `time` attribute in Execution response model has been reanamed to `duration` to be more consistent with other response models. [#3801](https://github.com/appwrite/appwrite/pull/3801) -- Updated the `getMemberships` endpoint to `listMemberships` to stay stay consistent with other endpoints +- Updated the `getMemberships` endpoint to `listMemberships` to stay stay consistent with other endpoints [#3825](https://github.com/appwrite/appwrite/pull/3825) ## Features - Added the UI to see the Parent ID of all resources within the UI. [#3653](https://github.com/appwrite/appwrite/pull/3653)