summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-19 09:26:59 +0200
committerGitHub <noreply@github.com>2022-10-19 09:26:59 +0200
commit5878e9f6f87534811564c571f299570c99a56ef5 (patch)
treead6fa0182288b3134d16495eab1e2a45b730ee15 /CHANGELOG.md
parent81081bc2c25bd99a3191668662c2a7c546c22c04 (diff)
docs(changelog): upgrade log4rs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c81bb91a..ba69dd873 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* docs: Add tips for code contributions to CONTRIBUTING (https://github.com/zellij-org/zellij/pull/1805)
* feat: change floating panes to be grouped rather than scattered (https://github.com/zellij-org/zellij/pull/1810)
* fix: default to vi editor when we can't an editor in EDITOR or VISUAL and none is configured (https://github.com/zellij-org/zellij/pull/1811)
+* deps: upgrade log4rs to 1.2.0 (https://github.com/zellij-org/zellij/pull/1814)
## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)