aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md
index 2d0a392..b500188 100644
--- a/rtic/CHANGELOG.md
+++ b/rtic/CHANGELOG.md
@@ -8,6 +8,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
### Added
+- Allow #[init] and #[idle] to be defined externally
### Fixed