From a44ef2fcbb3b135cca7a23dd3028be843d4321c9 Mon Sep 17 00:00:00 2001 From: Jamie Brynes Date: Mon, 8 Apr 2024 21:14:02 +0100 Subject: [PATCH] docs: update changelog --- docs/docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index b12fee6..bc6d4f1 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a new command 'Add task with current page in task description' which offers the ability to append a link to the current page to the task description when it is created. - Added support for adding time to due dates in the "create task" modal. +### 🔁 Changes + +- Added rendered deprecation warnings to queries. Please follow the warnings to avoid breaking changes in the future! + ### 🐛 Bug Fixes - The `priorityAscending` and `priorityDescending` options now sort tasks in the correct order.