aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-08 16:51:17 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-08 16:51:17 -0500
commit61a9d6426cdb0e32436b704561b7a3ff47b60b04 (patch)
treeb2841833cafbb94d452a75b3dbbd3713367eec46 /CHANGELOG.md
parentc6088554f68bda27d3b74468f9e65d0ea322a7b6 (diff)
downloadgpt-chat-cli-61a9d6426cdb0e32436b704561b7a3ff47b60b04.tar.xz
gpt-chat-cli-61a9d6426cdb0e32436b704561b7a3ff47b60b04.zip
Bump version and add a changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..9442020
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Changelog
+
+## Versions
+
+### v0.1.2
+
+- Fixed an issue in which the interactive prompt would write over itself
+ instead of wrapping around onto the next line. This apparently stems
+ from an issue in the GNU readline library.