diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-08 16:51:17 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-08 16:51:17 -0500 |
commit | 61a9d6426cdb0e32436b704561b7a3ff47b60b04 (patch) | |
tree | b2841833cafbb94d452a75b3dbbd3713367eec46 /CHANGELOG.md | |
parent | c6088554f68bda27d3b74468f9e65d0ea322a7b6 (diff) | |
download | gpt-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.md | 9 |
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. |