aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-12 08:36:55 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 08:38:51 -0500
commitabbc965bc094f95f4754caf2fcca840fd1f0a781 (patch)
tree08bb638d34db07b6afced27036b3dd2188ffc90c /CHANGELOG.md
parentcbab71b33b10e9779824aa6562dc8c8395a0d2fd (diff)
downloadvt100-rust-abbc965bc094f95f4754caf2fcca840fd1f0a781.tar.gz
vt100-rust-abbc965bc094f95f4754caf2fcca840fd1f0a781.zip
actually resize the underlying grid when requested
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c23c2e..95c6a0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## Unreleased
+
+### Fixed
+
+* `Screen::set_size` now actually resizes when requested (previously the
+ underlying storage was not being resized, leading to panics when writing
+ outside of the original screen).
+
## [0.5.0] - 2019-11-12
### Added