about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorKasper Gałkowski <galkowskikasper@gmail.com>2024-05-07 02:32:02 +0200
committerKasper Gałkowski <galkowskikasper@gmail.com>2024-05-07 02:55:36 +0200
commit945dbca1076d484837c4158271c259ca1b52d5d9 (patch)
tree5f8baffee61c15d5be1ea613610197dafdd879f6 /nixos
parent6fb52f832cc3a42eab731d7f9ece71e7fb0fee4c (diff)
lisp-modules: mention common-lisp.sh API removal in release notes
Diffstat (limited to 'nixos')
-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 e545bda2fba3c..a44e670208f28 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -681,6 +681,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   making it possible to accumulate definitions without resorting to `mkForce`,
   hence to retain the definitions not anticipating that need.
 
+- Lisp modules: previously deprecated interface based on `common-lisp.sh` has now been removed.
+
 - `youtrack` is bumped to 2023.3. The update is not performed automatically, it requires manual interaction. See the YouTrack section in the manual for details.
 
 - QtMultimedia has changed its default backend to `QT_MEDIA_BACKEND=ffmpeg` (previously `gstreamer` on Linux or `darwin` on MacOS).