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.