vide/CHANGELOG.md
aaron c68d0a6c18 Allow creation of nested tracking scopes
It turns out that handling destruction of a nested tracking scope was
not as difficult as I thought and didn't need much changes
2023-09-25 23:37:51 +01:00

319 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

Changed

  • Reactive scopes created within reactive scopes are now destroyed on rerun.

[0.1.0] - 2023-09-20

  • Initial release