From 5cf6aa08f9a6902d4c16857e057e700a855b8b77 Mon Sep 17 00:00:00 2001 From: Shreyas Date: Sun, 5 Mar 2023 10:48:25 +0530 Subject: [PATCH] Update changelog v2.2.0 --- docs/pages/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/pages/changelog.md b/docs/pages/changelog.md index 8f150c2c..07e6dadf 100644 --- a/docs/pages/changelog.md +++ b/docs/pages/changelog.md @@ -4,6 +4,21 @@ You can see [GitHub releases](https://github.com/PatilShreyas/NotyKT/releases) w --- +## _v2.2.0_ (2023-03-05) + +This release includes minor fixes and codebase improvements in the application. + +### 🐛 Fixes + +- [[#619](https://github.com/PatilShreyas/NotyKT/issues/619)] Show recently added notes first (after pinned notes) + +### 🎯Codebase Improvements + +- Fixed failing UI tests. +- Added unit tests for verifying pinning and unpinning flow. + +--- + ## _v2.1.2_ (2023-03-04) This release includes minor fixes in the application.