fix(changelog): fix changelog

The changelog was wrong.
This commit is contained in:
a-kenji 2022-06-25 21:49:14 +02:00
parent 7ed66d3e78
commit 625854cb4c

View file

@ -15,7 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* chore(dependencies): update `clap`: `3.1.18` -> `3.2.2` (https://github.com/zellij-org/zellij/pull/1496)
* add: capability to dispatch actions from the cli (https://github.com/zellij-org/zellij/pull/1265)
Can be invoked through `zellij action [ACTIONS]`.
* fix: client hang when server is killed / shutdown delay (https://github.com/zellij-org/zellij/pull/1535)
Automatically sends the action to the current session, or if there is just one
to the single session, if there are multiple sessions, then the session name
@ -44,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat: add action of undo renmae (https://github.com/zellij-org/zellij/pull/1513)
* fix(docs): fix macport installation instructions (https://github.com/zellij-org/zellij/pull/1529)
* feat: allow hex colors for themes (https://github.com/zellij-org/zellij/pull/1536)
* fix: client hang when server is killed / shutdown delay (https://github.com/zellij-org/zellij/pull/1535)
## [0.30.0] - 2022-06-07
* fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)