aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-22 15:27:08 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-22 15:27:08 -0500
commit6d4330fd09f81e042f5fa81566567ca0234ae3eb (patch)
treec1db80a2be2e8b32c99a6c1b3bc99d3e929a4045 /CHANGELOG.md
parentcc0ac6c8337e3dfea740feb0385d4a14e737d77c (diff)
downloadteleterm-6d4330fd09f81e042f5fa81566567ca0234ae3eb.tar.gz
teleterm-6d4330fd09f81e042f5fa81566567ca0234ae3eb.zip
changelog
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