Update changelog

This commit is contained in:
Vincent Ollivier 2024-03-23 08:52:09 +01:00
parent 1ff8d5d39c
commit 3862a01513
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# Changelog
## Unreleased
- Improve RNG (#602)
- Fix invalid VGA palette reset (#605)
- Improve VGA palette parser (#604)
- Fix underflow errors in VGA driver (#603)
## 0.10.3 (2024-03-20)
- Add ANSI OSC color palette support ([#566](https://github.com/vinc/moros/pull/566))