Merge pull request #714 from peco/docs-update-changes

tweak
This commit is contained in:
lestrrat 2026-02-18 23:04:20 +09:00 committed by GitHub
commit 74ffb86a87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.