about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorLin Jian <me@linj.tech>2023-12-26 04:38:25 +0800
committerLin Jian <me@linj.tech>2023-12-26 04:38:25 +0800
commita5ac2d8dc26c255541bd8cd2f67dcce5c55db274 (patch)
treebad981225f4194f7ca34bb6b7327b4121d596801 /nixos/doc/manual
parent18730a04b01b0b723226ab6a5236dc78a3d44ab6 (diff)
downloadnixlib-a5ac2d8dc26c255541bd8cd2f67dcce5c55db274.tar
nixlib-a5ac2d8dc26c255541bd8cd2f67dcce5c55db274.tar.gz
nixlib-a5ac2d8dc26c255541bd8cd2f67dcce5c55db274.tar.bz2
nixlib-a5ac2d8dc26c255541bd8cd2f67dcce5c55db274.tar.lz
nixlib-a5ac2d8dc26c255541bd8cd2f67dcce5c55db274.tar.xz
nixlib-a5ac2d8dc26c255541bd8cd2f67dcce5c55db274.tar.zst
nixlib-a5ac2d8dc26c255541bd8cd2f67dcce5c55db274.zip
kanata: mention breaking changes of v1.5.0
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index c2c8f8acab65..3762f784ce3d 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -50,6 +50,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 - `mkosi` was updated to v19. Parts of the user interface have changed. Consult the
   [release notes](https://github.com/systemd/mkosi/releases/tag/v19) for a list of changes.
 
+- The `kanata` package has been updated to v1.5.0, which includes [breaking changes](https://github.com/jtroo/kanata/releases/tag/v1.5.0).
+
 - The latest available version of Nextcloud is v28 (available as `pkgs.nextcloud28`). The installation logic is as follows:
   - If [`services.nextcloud.package`](#opt-services.nextcloud.package) is specified explicitly, this package will be installed (**recommended**)
   - If [`system.stateVersion`](#opt-system.stateVersion) is >=24.05, `pkgs.nextcloud28` will be installed by default.