aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-27 15:41:24 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-27 15:41:24 -0400
commit3efe7c8b69df9fd146b771a6865d66dd89673334 (patch)
tree00ce4874730c232c01226777b266a5bbc4a5f9aa /CHANGELOG.md
parentf88153f62b024d1c2ef82c5ac7ae9002e4fe2967 (diff)
downloadtokio-pty-process-stream-3efe7c8b69df9fd146b771a6865d66dd89673334.tar.gz
tokio-pty-process-stream-3efe7c8b69df9fd146b771a6865d66dd89673334.zip
changelog and version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
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