aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-12 06:21:51 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 06:23:10 -0500
commitb24fe512e41296a7af0c6cff20b6a37fcf720e26 (patch)
tree46cdfefbc6977356d73c13c000e01baa3187320a /CHANGELOG.md
parent28eea9f6a837dad5febfe9b021b7070e96b286f9 (diff)
downloadvt100-rust-b24fe512e41296a7af0c6cff20b6a37fcf720e26.tar.gz
vt100-rust-b24fe512e41296a7af0c6cff20b6a37fcf720e26.zip
make contents_diff include bell state
i don't think it makes sense for contents_formatted to include this
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c268b6c..1dca708 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,8 @@
* Clearing a cell now sets all of that cell's attributes to the current
attribute set, since different terminals render different things for an empty
cell based on the attributes.
+* `Screen::contents_diff` now includes audible and visual bells when
+ appropriate.
## [0.4.0] - 2019-11-08