From a6453f111ea62e6332c919224d3a0fb19e35c249 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Tue, 12 Oct 2021 20:49:24 +0530 Subject: [PATCH] docs(changelog): preserve umask/keep default file permissions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9259f494..a172237d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: Properly clear "FULLSCREEN" status when a pane exits on its own (https://github.com/zellij-org/zellij/pull/757) * Refactor: handle clients in tabs/screen (https://github.com/zellij-org/zellij/pull/770) * Feature: kill-session and kill-all-sessions cli commands (https://github.com/zellij-org/zellij/pull/745) +* Fix: Keep default file permissions for new files (https://github.com/zellij-org/zellij/pull/777) ## [0.18.1] - 2021-09-30