aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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