From 93b3dd8c6be95240f4b8c6d5d09e821e9ede75d1 Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Tue, 23 Apr 2024 17:03:03 +0200 Subject: [PATCH] Improve changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b47a65..cff5816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,11 +45,11 @@ - Added visionOS 1.0 support - Added full Linux support -- Added new `GroupOperation` operation type [#14](https://github.com/FabrizioBrancati/Queuer/issues/14) and [#17](https://github.com/FabrizioBrancati/Queuer/pull/17), more info on how to use it [here](https://github.com/FabrizioBrancati/Queuer#group-operations) - Added manual finish feature to `ConcurrentOperation` class, more info on how to use it [here](https://github.com/FabrizioBrancati/Queuer#manually-finish-an-operation) [#28](https://github.com/FabrizioBrancati/Queuer/issues/28) +- Added new `GroupOperation` operation type [#14](https://github.com/FabrizioBrancati/Queuer/issues/14) [#17](https://github.com/FabrizioBrancati/Queuer/pull/17), more info on how to use it [here](https://github.com/FabrizioBrancati/Queuer#group-operations) - Added support to Xcode 15.3 and Swift 5.10 - Added `macCatalyst` support -- Added Swift Package Index documentation support [#26](https://github.com/FabrizioBrancati/Queuer/issues/26) and [#30](https://github.com/FabrizioBrancati/Queuer/issues/30) +- Added Swift Package Index documentation support [#26](https://github.com/FabrizioBrancati/Queuer/issues/26) [#30](https://github.com/FabrizioBrancati/Queuer/issues/30) - Added Dependabot support ### Fixed