aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 21:04:30 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 21:04:30 -0500
commit087cdb93d971934cdf2a6a577d8d5fe94380611d (patch)
tree64a7bc045c0a5bc16b20915868e0275c59222f6c /CHANGELOG.md
parentd4bce2deb371f7615c937150f2538e78c40e086b (diff)
downloadvt100-rust-087cdb93d971934cdf2a6a577d8d5fe94380611d.tar.gz
vt100-rust-087cdb93d971934cdf2a6a577d8d5fe94380611d.zip
delay allocation of the alternate screen
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 404671f..75c5e60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [Unreleased]
+
+## Changed
+
+* Delay allocation of the alternate screen until it is used (saves a bit of
+ memory in basic cases)
+
## [0.13.1] - 2021-12-04
## Fixed