From 3618f842aa10c886b07aa3aa548f02badb5a2262 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Tue, 23 Jun 2015 15:50:29 +1000 Subject: [PATCH] Changelog update for unsigned char / char fixes --- Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog b/Changelog index 51e26bd..0995900 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ [Changes 1.2.2] +* Clean up the build by fixing up the (unsigned char *) / (char *) mismatches + that the compiler warns about. (caf) + * Fix bxconfigure crashing on very wide terminals (reported by cpet). (caf) * Remove obsolete Chatnet 310 numeric support (WANT_CHATNET). (caf)