From a60c0a0e34c712bc46f2facbf7c4d6ae58ffc31f Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Wed, 25 Feb 2015 02:11:32 +0100 Subject: [PATCH] Updated changelog. --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 4717a9731..3b6c54969 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ ### Changelog +##### v0.4.4 + +- Completing .. behaves more like Bash (closes #277). +- Escape from yes/no question when Ctrl+C is pressed. +- Valid XP executables (fixes #278, #289). +- Fixed n-th argument yank not working as expected (issue #254). +- Fixed prompt colours sometimes not working (issues #279, #286). +- Fixed '!0' causing Clink to crash. +- Save/restore cursor position in case Readline moves it. + ##### v0.4.3 - Localised Y/N when auto-answering "terminate?" prompt.