changelog: 0.7.0

This commit is contained in:
CanadaHonk 2022-12-20 21:36:31 +00:00
parent 91167513ba
commit 6c2639d5f7

10
changelog.md Normal file
View File

@ -0,0 +1,10 @@
# Gluon Changelog
## 0.7.0 [2022-12-20]
- Added typedef
- Added async IPC listener support
- Added Idle API (WIP)
- Changed default IPC replies to `null` instead of `{}`
- Fixed misnamed IPC binding handler
- Fixed some IPC parsing
- Cleaned up some IPC internals