changelog: fix ref (again) for #405 - the issue number is #404

This commit is contained in:
Daniel Eklöf 2025-01-01 13:57:32 +01:00
parent e1f7c0292f
commit fc24ea225d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -27,14 +27,15 @@
* Added "string like" `~~` operator to Map particle. Allows glob-style
matching on strings using `*` and `?` characters ([#400][400]).
* Added "single" mode flag to the `mpd` module ([#428][428]).
* niri: add a new module for niri-workspaces and niri-language ([#405][405]).
* niri: add a new module for niri-workspaces and niri-language
([#404][404]).
[96]: https://codeberg.org/dnkl/yambar/issues/96
[380]: https://codeberg.org/dnkl/yambar/issues/380
[392]: https://codeberg.org/dnkl/yambar/issues/392
[400]: https://codeberg.org/dnkl/yambar/pulls/400
[428]: https://codeberg.org/dnkl/yambar/pulls/428
[405]: https://codeberg.org/dnkl/yambar/pulls/405
[404]: https://codeberg.org/dnkl/yambar/issues/404
### Changed