mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-26 10:55:12 +03:00
docs(changelog): use thiserror
to simplify errors
This commit is contained in:
parent
f9cb23af65
commit
82b5b3ab62
@ -25,7 +25,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
* Fix: open pane in cwd even when explicitly specifying shell (https://github.com/zellij-org/zellij/pull/834)
|
* Fix: open pane in cwd even when explicitly specifying shell (https://github.com/zellij-org/zellij/pull/834)
|
||||||
* Fix: do not resize panes below minimum (https://github.com/zellij-org/zellij/pull/838)
|
* Fix: do not resize panes below minimum (https://github.com/zellij-org/zellij/pull/838)
|
||||||
* Feature: Non directional resize of panes (https://github.com/zellij-org/zellij/pull/520)
|
* Feature: Non directional resize of panes (https://github.com/zellij-org/zellij/pull/520)
|
||||||
* Add: colored crate to replace manual color formatting (https://github.com/zellij-org/zellij/pull/837)
|
* Add: `colored` crate to replace manual color formatting (https://github.com/zellij-org/zellij/pull/837)
|
||||||
|
* Add: introduce `thiserrror` to simplify error types (https://github.com/zellij-org/zellij/pull/836)
|
||||||
|
|
||||||
## [0.19.0] - 2021-10-20
|
## [0.19.0] - 2021-10-20
|
||||||
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)
|
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)
|
||||||
|
Loading…
Reference in New Issue
Block a user