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 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