aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 11:58:08 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 11:58:08 -0400
commiteb233b745ff7b3db516d0ff1cb80f12269e31c02 (patch)
tree7b458872d0163a553837b1907ccdf876f511dd9b /CHANGELOG.md
parent8b6f319774f83ee287e72e4e58cf4e171211cbd1 (diff)
downloadfancy-prompt-eb233b745ff7b3db516d0ff1cb80f12269e31c02.tar.gz
fancy-prompt-eb233b745ff7b3db516d0ff1cb80f12269e31c02.zip
fix getting the terminal size when redirecting output
the term_size crate checked all fds automatically, but we have to do it ourselves when using terminal_size
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2523056..c405d7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changes
+## 0.3.1
+
+* Fix getting the correct terminal size when redirecting output
+
## 0.3.0
* Rerelease because apparently 0.2.0 and 0.2.1 were already released from