All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-06-01
Added
FrozenClockcore API:utc_now/0,freeze/0,freeze/1,unfreeze/0,travel/1,travel/2, andfrozen?/0. State is kept in the process dictionary, so freezing is isolated per process andasync: truetests are safe.FrozenClock.TestHelperswith thefreeze_time/2macro (guaranteed unfreeze, even on raise) and atravel/2re-export.- Unit, property, and isolation tests, including the documented behavior that spawned processes see real time.