From 3279f78cedb5c4c395a60ea692fe290b6e7868de Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Fri, 28 Sep 2018 09:08:38 -0700 Subject: [PATCH] Update Changelog --- Doc/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/ChangeLog.txt b/Doc/ChangeLog.txt index 2023ab20..1ba394fb 100644 --- a/Doc/ChangeLog.txt +++ b/Doc/ChangeLog.txt @@ -15,6 +15,8 @@ Version 2.9.1 - WBW: Fixed getnum32 bug in MODE command (found by Phil Summers) - P?S: Added serial support for Zilog Peripherals Baord - WBW: Added preliminary support for interrupt management API +- P?S: Improved boot messages in RAM-Floppy driver +- P?S: Added charge setting display to RTC boot messages Version 2.9.0 -------------