aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e9e729..79212c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## Unreleased
+
+### Changed
+
+* Watch clients now receive resize events (although the terminal watch client
+ just ignores them)
+
+### Fixed
+
+* Streaming while using a terminal of size other than 80x24 works properly
+ again.
+* Fixed a few more terminal parsing/drawing bugs.
+
## [0.2.0] - 2019-11-14
### Added