From 15bafcbca3601291b9289d8464361ad65561afde Mon Sep 17 00:00:00 2001 From: Serge van den Boom Date: Sun, 29 Sep 2013 19:08:30 +0200 Subject: [PATCH] Updated ChangeLog. --- sc2/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 9f9e0810a..d2aa75e14 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,7 @@ Changes towards version 0.8: +- Some added documentation for UIO. +- Added a StringHashTable type. +- A few superficial fixes to charhashtable. - Removed GraphicsLock and made comm callbacks queued - Alex - Split debug key function into sync and async parts, paving the way for GraphicsLock removal - Alex