From 3efe7c8b69df9fd146b771a6865d66dd89673334 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2019 15:41:24 -0400 Subject: changelog and version bump --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..48e9b70 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.2.0] - 2019-10-27 + +### Added + +* Added ResizingProcess type to handle subprocesses that are conceptually being + run in the user's terminal, and so terminal resize events should be + propagated into the pty automatically + +## [0.1.0] - 2019-10-24 + +### Added + +* Initial release -- cgit v1.2.3-54-g00ecf