From 62097d8e9712be4d73ffbd768129b716306b9c7d Mon Sep 17 00:00:00 2001 From: Vincent Ollivier Date: Sat, 2 Jul 2022 07:16:58 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d63438d..7311fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Remove superfluous use of lazy_static (#364) +- Use exit code to set status var (#360) - Add shell aliases (#357) - Bump object from 0.28.4 to 0.29.0 (#358) - Fix args ptr alignment (#359) diff --git a/README.md b/README.md index 946b25e..be256fb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This project started from the [seventh post][1] of the second edition of - [x] RTC clock - [x] PCI devices - [x] ATA PIO mode -- [x] Random number generator (using [rand_chacha](https://crates.io/crates/rand_chacha)) +- [x] Random number generator (using [rand_hc](https://crates.io/crates/rand_hc)) - [x] RTL8139 network card - [x] AMD PCNET network card - [x] DHCP/IP/TCP/UDP/DNS/HTTP network protocols (using [smoltcp](https://crates.io/crates/smoltcp))