aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51a7f97..477fc5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
## [Unreleased]
+### Added
+
+* `Parser::process_cb`, which works the same as `Parser::process` except that
+ it calls callbacks during parsing when it finds a terminal escape which is
+ potentially useful but not something that affects the screen itself.
+
+### Removed
+
+* `Screen::bells_diff`, `Screen::audible_bell_count`,
+ `Screen::visual_bell_count`, and `Screen::errors` have been removed in favor
+ of the new callback api described above.
+
### Changed
* `Parser::set_size` and `Parser::set_scrollback` have been moved to methods