state-res: Remove event_map arg from all functions state-res: Remove get_or_load_event helper func and fix resolve docs
13 lines
192 B
Markdown
13 lines
192 B
Markdown
# [unreleased]
|
|
|
|
# 0.2.0
|
|
|
|
Breaking changes:
|
|
|
|
* Replace `Vec` by `BTreeSet` in parts of the API
|
|
* Replace `event_map` argument with a closure to fetch events on demand
|
|
|
|
# 0.1.0
|
|
|
|
Initial release
|