summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-08 16:40:44 +0100
committerGitHub <noreply@github.com>2022-11-08 16:40:44 +0100
commit0cbb08317f3ffa35f9bcf6125248a179db646d7a (patch)
tree71100c69d6a6280af1625fa63c2606dc43cdeceb
parent6c79ff9b31e72fabaca0288d5ec39d0250fc6f0b (diff)
docs(changelog): temp_dir lib
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0e0c18c6..9c7d7e243 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: various bugs with no-frames and floating panes (https://github.com/zellij-org/zellij/pull/1909)
* debugging: Improve error logging in server (https://github.com/zellij-org/zellij/pull/1881)
* docs: add kanagawa theme (https://github.com/zellij-org/zellij/pull/1913)
+* fix: use 'temp_dir' instead of hard-coded '/tmp/' (https://github.com/zellij-org/zellij/pull/1898)
## [0.32.0] - 2022-10-25