From: Mart Lubbers Date: Wed, 27 Jan 2016 17:22:45 +0000 (+0100) Subject: update todo X-Git-Tag: v0.3^2~8 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=8ae52eef5764b10de4e46135288f55490b83450f;p=CleanReadLine.git update todo --- diff --git a/README.md b/README.md index 779067d..548ce46 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ functions as close as possible ###Changelog -- 0.3 (2016-01-25) +- 0.3 (2016-01-00) + - Fixed issue #1 - History state can now be written as well as read - 0.2 (2016-01-25) - History file operations added @@ -37,9 +38,8 @@ functions as close as possible ###Todo +- Use builtin Maybe if available, otherwise fall back on own Maybe - Complete history api implementation -- Embed the readline library in the object files in such a way that no special - compiler flag is needed. - Control over tabcompletion, right now it completes on filenames. - Check possibilities for Windows/Mac