Make context functions return result

This commit is contained in:
aaron 2024-10-09 02:12:25 +01:00
parent 1d565262e1
commit 6ead93088a
3 changed files with 15 additions and 3 deletions

View file

@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
--------------------------------------------------------------------------------
## Unreleased
### Added
- Context functions now also return results.
--------------------------------------------------------------------------------
## [0.3.0] - 2024-10-06
### Added