aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-09 01:55:49 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-09 01:55:49 -0500
commit23d8ba67f77d6310fc3982f2642897a14cf040fb (patch)
treee1e98b5cc756c836810710c701e8b82993bbc02c /CHANGELOG.md
parentb615e03beb20cb836fe643b57291657b9c2845d8 (diff)
downloadvt100-rust-23d8ba67f77d6310fc3982f2642897a14cf040fb.tar.gz
vt100-rust-23d8ba67f77d6310fc3982f2642897a14cf040fb.zip
remove Perform implementation from the screen directly
now that people can get mutable screens, this exposes api surface that i don't really want
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96e29d4..54c3b83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
`Screen::visual_bell_count`, and `Screen::errors` have been removed in favor
of the new callback api described above.
* `Cell` no longer implements `Default`.
+* `Screen` no longer implements `vte::Perform`.
### Changed