summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-10-17 09:05:55 +0200
committerGitHub <noreply@github.com>2023-10-17 09:05:55 +0200
commit8378f146c124e40ceed1f63628b9254bafe19c2f (patch)
tree68236033b945acd39780552b7709d57c6d02a0ab
parent88e7d97620e7a825ed3ac68c79f120f1cab9c0d8 (diff)
docs(changelog): cyberpunk themes
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 849248bf1..8ae311d74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(sessions): session resurrection (https://github.com/zellij-org/zellij/pull/2801 and https://github.com/zellij-org/zellij/pull/2851)
* feat(rendering): terminal synchronized output (https://github.com/zellij-org/zellij/pull/2798)
* feat(plugins): plugin command API for executing commands in the background (https://github.com/zellij-org/zellij/pull/2862)
+* feat(ui): cyberpunk themes (https://github.com/zellij-org/zellij/pull/2868)
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)