Skip to content

Commit 44d3391

Browse files
committed
CHANGELOG.md: Add reference back to #36 to document motivation for Coroutine::setupCoroutine()
1 parent fd52108 commit 44d3391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* Add virtual `Coroutine::setupCoroutine()` with a default empty
1313
implementation, and optional `CoroutineScheduler::setupCoroutines()` to
1414
automatically loop over all coroutines.
15+
* See [Issue #36](https://github.com/bxparks/AceRoutine/issues/36) for
16+
motivation.
1517
* If not used, `Coroutine::setupCoroutine()` increases flash consumption
1618
by 4 bytes, and static memory by 2 bytes per coroutine on AVR
1719
processors.

0 commit comments

Comments
 (0)