Update ChangeLog, mention new fileman.c from GNU Readline

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2018-09-12 17:12:40 +02:00
parent 29b24dcf83
commit e962b9582a

View File

@ -17,6 +17,8 @@ Event loop callback support.
loops. Modeled after the GNU Readline API
- `rl_completion_entry_function`, new GNU Readline compat user hook
- Add support for Ctrl-Right and Ctrl-Left, forward/backward word
- Add new example: `fileman.c` from GNU Readline to demonstrate the
level of compatibility of the new completion framework
### Fixes
- Fixed header guards, avoid using leading `__`