docs(changelog): fix WriteChars action

This commit is contained in:
a-kenji 2022-06-16 15:23:32 +02:00
parent 2563fbb441
commit dc7f07a7c4

View file

@ -38,6 +38,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
zj action "NewTab: {run: {command: {cmd: htop}}}"
```
* fix: send `WriteChars:` once per action (https://github.com/zellij-org/zellij/pull/1516)
## [0.30.0] - 2022-06-07
* fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)
* feat: Attach to sessions more conveniently by only typing their name's first character(s) (https://github.com/zellij-org/zellij/pull/1360)