Added release notes

This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-28 18:58:09 +02:00
parent 33f22afd49
commit 8bd2cb1f9b
2 changed files with 10 additions and 0 deletions

8
docs/releases/v0.4.3.md Normal file
View File

@ -0,0 +1,8 @@
Release v0.4.3
==============
Completely overhauled Eventy system for the v0.4.0 release
Removed the event-loop for a better system (for now) whereby we just dispatch signal handlers on the call to `push(Event)`.
In a future release I hope to bring the event loop back but in a signal-based manner, such that we can support deferred events and priorities and such

View File

@ -4,6 +4,8 @@ theme: alabaster
nav:
- Home: index.md
- Quick Start: quick_start.md
- Release notes:
- 0.4.3: releases/v0.4.3.md
extra:
logo: logo.png