summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Opalach <ado92300@gmail.com>2019-04-22 15:50:07 -0400
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-22 19:50:07 +0000
commitc901c74d017a89e8196976e4f515960a5219c2cf (patch)
tree17777632571b8a2f9f7bb813e1e12bae63b80a84 /CHANGELOG.md
parent2b39e6bf99324c0fc2d3600075b0cafd57af036c (diff)
Fix ConPTY panic
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbaaa515..d5f20f07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+
+### Fixed
+
+- Panic on startup when using Conpty on Windows
+
## Version 0.3.1
### Added