aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorZac Pullar-Strecker <zacps@users.noreply.github.com>2018-11-25 10:08:02 +1300
committerGitHub <noreply@github.com>2018-11-25 10:08:02 +1300
commit742a6b48a196cabf65354862548c07d057a28d55 (patch)
treefb9846aa3880eec27627b3ac91535d963390e947 /CHANGELOG.md
parent0d47cd25b90deecc2dbf40c8361d2310049fdde7 (diff)
downloadalacritty-742a6b48a196cabf65354862548c07d057a28d55.tar.gz
alacritty-742a6b48a196cabf65354862548c07d057a28d55.zip
Fix for an underflow on some type conversions (#1715)
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 a9fbbfaf..6308d377 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extra padding is not evenly spread around the terminal by default anymore
+### Fixed
+
+- Fixed a bad type conversion which could cause underflow on a window resize
+
## Version 0.2.3
### Fixed