From b46cf3f07ead5a1b3945a34a4b25b4376e5a9744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Silva?= Date: Thu, 17 Apr 2025 18:15:48 +0100 Subject: [PATCH] Make #183 explicit in the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6b03c..5051745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `filter_tasks`, extracting that workflow from `get_tasks` - Paginate results via an `Iterator` in `get_tasks`, `filter_task`, `get_projects`, `get_collaborators`, `get_sections`, `get_comments`, `get_labels`, `get_shared_labels` + - Receive `date` and `datetime` arguments as objects, not strings - Remove support for `X-Request-Id` header, unused on the API level - "Hide" internal modules and functions - Task URLs are now obtained on demand, improving performance when not needed