From 6bf798a98568006eb3b7f6b5f446374a10b57822 Mon Sep 17 00:00:00 2001 From: Eugene Gershnik Date: Wed, 13 Dec 2023 04:23:48 -0800 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed430b..77e4b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased ### Added -- CoDispatch.h: A collection of classes and functions that allows you to write **asynchronous** C++ coroutines and generators that execute on GCD dispatch queues. Detailed guide is available [here](https://github.com/gershnik/objc-helpers/doc/CoDispatch.md) +- CoDispatch.h: A collection of classes and functions that allows you to write **asynchronous** C++ coroutines and generators that execute on GCD dispatch queues. Detailed guide is available [here](https://github.com/gershnik/objc-helpers/blob/v2.0/doc/CoDispatch.md) - Ability to subtract `NSStringCharAccess::iterator`s - Ability to get starting index of `NSStringCharAccess::iterator` inside its string - Extensive unit tests for all functionality