docs(changelog): update names & dialoguer

This commit is contained in:
a-kenji 2022-05-23 21:44:31 +02:00
parent 3fdd4c8a19
commit 9d1d3dac74

View File

@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat: new action to dump the scrollbuffer to a file (https://github.com/zellij-org/zellij/pull/1375) * feat: new action to dump the scrollbuffer to a file (https://github.com/zellij-org/zellij/pull/1375)
* fix(strider): update out of range index in files (https://github.com/zellij-org/zellij/pull/1425) * fix(strider): update out of range index in files (https://github.com/zellij-org/zellij/pull/1425)
* feat: strip debug symbols of release builds 20% size reduction, MSRV is now `1.59` (https://github.com/zellij-org/zellij/pull/1177) * feat: strip debug symbols of release builds 20% size reduction, MSRV is now `1.59` (https://github.com/zellij-org/zellij/pull/1177)
* chore(dependencies): update `names` and `dialoguer` crates (https://github.com/zellij-org/zellij/pull/1430)
## [0.29.1] - 2022-05-02 ## [0.29.1] - 2022-05-02
* fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369) * fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)