summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-24 00:02:23 +0000
committerGitHub <noreply@github.com>2023-09-24 00:02:23 +0000
commit0e6413dbff4a5cd6d29e9f2bf349d3aefe89990b (patch)
tree3217d639d7832d6cfd2d3ef43c125441e8284528 /nixos/doc/manual/release-notes
parentab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1 (diff)
parent74970765262f0958d124b5b43afdd45e8285d527 (diff)
downloadnixpkgs-0e6413dbff4a5cd6d29e9f2bf349d3aefe89990b.tar
nixpkgs-0e6413dbff4a5cd6d29e9f2bf349d3aefe89990b.tar.gz
nixpkgs-0e6413dbff4a5cd6d29e9f2bf349d3aefe89990b.tar.bz2
nixpkgs-0e6413dbff4a5cd6d29e9f2bf349d3aefe89990b.tar.lz
nixpkgs-0e6413dbff4a5cd6d29e9f2bf349d3aefe89990b.tar.xz
nixpkgs-0e6413dbff4a5cd6d29e9f2bf349d3aefe89990b.tar.zst
nixpkgs-0e6413dbff4a5cd6d29e9f2bf349d3aefe89990b.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index b7c856f7a12..efb0f17873e 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -103,6 +103,8 @@
 
 - `pass` now does not contain `password-store.el`.  Users should get `password-store.el` from Emacs lisp package set `emacs.pkgs.password-store`.
 
+- `services.knot` now supports `.settings` from RFC42.  The change is not 100% compatible with the previous `.extraConfig`.
+
 - `mu` now does not install `mu4e` files by default.  Users should get `mu4e` from Emacs lisp package set `emacs.pkgs.mu4e`.
 
 - `mariadb` now defaults to `mariadb_1011` instead of `mariadb_106`, meaning the default version was upgraded from 10.6.x to 10.11.x. See the [upgrade notes](https://mariadb.com/kb/en/upgrading-from-mariadb-10-6-to-mariadb-10-11/) for potential issues.
@@ -225,6 +227,8 @@
 
 - `networking.networkmanager.firewallBackend` was removed as NixOS is now using iptables-nftables-compat even when using iptables, therefore Networkmanager now uses the nftables backend unconditionally.
 
+- `rome` was removed because it is no longer maintained and is succeeded by `biome`.
+
 ## Other Notable Changes {#sec-release-23.11-notable-changes}
 
 - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.