From 1d1c926631f5b8d03c396462e9af54b1962d5746 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 23 Apr 2020 10:57:05 +0200 Subject: [PATCH] Update changelog for #8 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index e731dda..aaa589e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +- Support receiving bytes from serial ports ([#8](https://github.com/rust-osdev/uart_16550/pull/8)) + # 0.2.4 - Enable usage with non-nightly rust ([#7](https://github.com/rust-osdev/uart_16550/pull/7))