From 1f956a9bade2793cf82b0eb61e4354ddd7c04642 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Tue, 8 Oct 2024 20:31:45 +0300 Subject: [PATCH] Release v1.0.1 Fixed * Crash after a completion update with a smaller suggestion (#14). --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf271eb..74625d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,22 @@ # Change Log +## v1.0.1 (2024/10/09) + +### Fixed + +* Crash after a completion update with a smaller suggestion [pull #14](https://github.com/tarantool/go-prompt/pull/14). + ## v1.0.0 (2023/07/19) ### Added + * Support for multi-line commands. * Support for tab characters in commands. * Integration tests. * Reverse search. ### Fixed + * Terminal failure after exiting. ## v0.2.3 (2018/10/25)