We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38780bd commit 1723d92Copy full SHA for 1723d92
CHANGELOG.md
@@ -16,6 +16,12 @@ and this project adheres to [0-based versioning](https://0ver.org/).
16
- New API `AM_ASYNC_CHAIN()` to chain multiple async functions together
17
- `AM_UNIQUE(name)` macro
18
- 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.
25
26
## Changed
27
0 commit comments