From cfd508a7850d735ae142cf62c9a47e84d753e545 Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Wed, 18 Feb 2026 23:00:19 +0900 Subject: [PATCH] tweak --- Changes | 2 -- 1 file changed, 2 deletions(-) diff --git a/Changes b/Changes index 914f72d..b1fce25 100644 --- a/Changes +++ b/Changes @@ -4,8 +4,6 @@ Changes v0.6.0 - UNRELEASED [Breaking Changes] * Migrated terminal backend from termbox-go to tcell (#567). - This should be transparent to most users, but custom code that - depended on termbox-go internals will need updating. * Removed deprecated config fields `Matcher`, `InitialMatcher`, and `CustomMatcher`. Use `InitialFilter` and `CustomFilter` instead. * Removed deprecated CLI option `--initial-matcher`.