docs(changelog): bump autocfg dependency

This commit is contained in:
Jae-Heon Ji 2022-02-21 19:58:06 +09:00 committed by GitHub
parent 4946dd7508
commit 8aef32863f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Feature: add `copy-clipboard` option (https://github.com/zellij-org/zellij/pull/1022) * Feature: add `copy-clipboard` option (https://github.com/zellij-org/zellij/pull/1022)
* Fix: update the confusing tips on `RenamePane` (https://github.com/zellij-org/zellij/pull/1045) * Fix: update the confusing tips on `RenamePane` (https://github.com/zellij-org/zellij/pull/1045)
* Feature: add floating panes (https://github.com/zellij-org/zellij/pull/1066) * Feature: add floating panes (https://github.com/zellij-org/zellij/pull/1066)
* Feature: bump up internal `autocfg` dependency to `1.1.0` (https://github.com/zellij-org/zellij/pull/1071)
## [0.24.0] - 2022-01-05 ## [0.24.0] - 2022-01-05
* Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964) * Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964)