Skip to content

Commit 1723d92

Browse files
committed
Upgate CHANGELOG.md
1 parent 38780bd commit 1723d92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ and this project adheres to [0-based versioning](https://0ver.org/).
1616
- New API `AM_ASYNC_CHAIN()` to chain multiple async functions together
1717
- `AM_UNIQUE(name)` macro
1818
- Unit tests for `AM_DO_ONCE()`, `AM_DO_EVERY()`, `AM_DO_EACH_MS()` macros
19+
- Extra event value invariant assert to `am_ao_publish_exclude_x()`
20+
21+
## Fixed
22+
23+
- Event value usage as a subscript to event subscription array in `am_ao_unsubscribe()`
24+
This bug led to incorrect unsubsciption from a given event.
1925

2026
## Changed
2127

0 commit comments

Comments
 (0)