Skip to content

Commit 6bf798a

Browse files
committed
Updating changelog
1 parent 1d1be01 commit 6bf798a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
## Unreleased
77

88
### Added
9-
- 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)
9+
- 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)
1010
- Ability to subtract `NSStringCharAccess::iterator`s
1111
- Ability to get starting index of `NSStringCharAccess::iterator` inside its string
1212
- Extensive unit tests for all functionality

0 commit comments

Comments
 (0)