diff options
author | Andrew Opalach <ado92300@gmail.com> | 2019-04-22 15:50:07 -0400 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-22 19:50:07 +0000 |
commit | c901c74d017a89e8196976e4f515960a5219c2cf (patch) | |
tree | 17777632571b8a2f9f7bb813e1e12bae63b80a84 /CHANGELOG.md | |
parent | 2b39e6bf99324c0fc2d3600075b0cafd57af036c (diff) | |
download | alacritty-c901c74d017a89e8196976e4f515960a5219c2cf.tar.gz alacritty-c901c74d017a89e8196976e4f515960a5219c2cf.zip |
Fix ConPTY panic
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
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 |