From 29d3476d680870a5b32cb2c8859894ed5ba0a654 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 17 Aug 2019 20:09:01 -0700 Subject: [PATCH] Update ChangeLog.txt --- Doc/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/ChangeLog.txt b/Doc/ChangeLog.txt index b225da0d..610fb134 100644 --- a/Doc/ChangeLog.txt +++ b/Doc/ChangeLog.txt @@ -11,6 +11,8 @@ Version 2.9.2 - WBW: Add RC2014 AY sound support to AY driver - WBW: Add SC126 platform - WBW: Config files cleanup +- WBW: Add interrupt support to ASCI driver +- WBW: Refactored XModem overlay, merged USB-FIFO support Version 2.9.1 -------------