From 8aef32863f8f21335679273c1a0b186a26482c78 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Mon, 21 Feb 2022 19:58:06 +0900 Subject: [PATCH] docs(changelog): bump `autocfg` dependency --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d821ff..d8fb2497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) * 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: bump up internal `autocfg` dependency to `1.1.0` (https://github.com/zellij-org/zellij/pull/1071) ## [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)