commit 47f489bf182b8e4114893c7561ffec5bc4078aaa parent d405484b1441494bf84fd709f739cd509a8150d8 Author: Frederic Cambus <fred@statdns.com> Date: Sat, 18 Jan 2020 23:45:37 +0100 Update ChangeLog. Diffstat:
M | ChangeLog | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,13 @@ +libansilove 1.1.8 (2019-12-19) + +- Use OpenBSD style(9) for function prototypes and declarations +- Properly reset pcboard buffer when CLS is encountered +- Use memcmp() instead of testing each character one by one in the PCB loader +- Do not use background and foreground variables to handle 24-bit ANSI colors +- Various improvements in the IDF loader + + + libansilove 1.1.7 (2019-12-19) - Rename the alSelectFont() function to select_font()