From 7e9dc406bc6eee70e40f97d57c874b89d1d01f30 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 1 Nov 2021 22:03:22 +0100 Subject: [PATCH] docs(changelog): forkpty => openpty --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc33160..8782f2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: `WriteChars` action (https://github.com/zellij-org/zellij/pull/825) * Fix: typo and grammar (https://github.com/zellij-org/zellij/pull/826) * Add: `rust-version' - msrv field to `Cargo.toml` (https://github.com/zellij-org/zellij/pull/828) +* Fix: improve memory utilization, reap both sides of pty properly and do not expose open FDs to child processes (https://github.com/zellij-org/zellij/pull/830) ## [0.19.0] - 2021-10-20 * Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)