Update changelog

This commit is contained in:
Vincent Ollivier 2024-02-24 14:44:26 +01:00
parent 86e43e0999
commit c923c4c6ff
1 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,17 @@
# Changelog
## Unreleased
- Skip ATA drive selection when not needed (#576)
- Initialize ACPI module at boot time (#583)
- Display non printable ascii chars with a dark dot (#580)
- Add time synchronisation with NTP (#579)
- Run clippy (#581)
- Add kernel log to buffer in memory (#578)
- Bump x86_64 from 0.14.11 to 0.14.12 (#577)
- Fix socket status reading (#575)
- Bump num-traits from 0.2.17 to 0.2.18 (#572)
- Fix random memory issues (#573)
- Bump bootloader from 0.9.23 to 0.9.24 (#571)
- Add hashbang support to execute scripts (#570)
- Refactor everything to stay below 80 chars per line (#567)
- Add ANSI OSC color palette support (#566)