aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-09 01:46:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-09 01:46:51 -0500
commitc9b957bcdfcd1cedbd8a1f3c5e16d1e4382b54c2 (patch)
tree34bcb2429f31c404f63139406c0c460b75b37243 /CHANGELOG.md
parent0d69a14a273176c8405602f7543694b65966c7e0 (diff)
downloadvt100-rust-c9b957bcdfcd1cedbd8a1f3c5e16d1e4382b54c2.tar.gz
vt100-rust-c9b957bcdfcd1cedbd8a1f3c5e16d1e4382b54c2.zip
fix attributes_formatted, remove attributes_diff
also improve the documentation and add more tests
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 4cbc4e8..fda293f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [Unreleased]
+
+### Fixed
+
+* `Screen::attributes_formatted` now correctly resets previously set attributes
+ where necessary
+
+### Removed
+
+* Removed `Screen::attributes_diff`, since I can't actually think of any
+ situation where it does a thing that makes sense.
+
## [0.11.1] - 2021-03-07
### Changed