The Crowdin API has been extended with new endpoints, allowing you to manage task comments in your [Tasks](https://support.crowdin.com/developer/api/v2/#tag/Tasks) workflow. The Crowdin API client libraries need to be updated to include these new endpoints. **References:** - [List Task Comments](https://support.crowdin.com/developer/api/v2/#tag/Tasks/operation/api.projects.tasks.comments.getMany) - [Get Task Comment](https://support.crowdin.com/developer/api/v2/#tag/Tasks/operation/api.projects.tasks.comments.get) - [Add Task Comment](https://support.crowdin.com/developer/api/v2/#tag/Tasks/operation/api.projects.tasks.comments.post) - [Delete Task Comment](https://support.crowdin.com/developer/api/v2/#tag/Tasks/operation/api.projects.tasks.comments.delete) - [Edit Task Comment](https://support.crowdin.com/developer/api/v2/#tag/Tasks/operation/api.projects.tasks.comments.patch)