about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-27 12:01:12 +0000
committerGitHub <noreply@github.com>2023-10-27 12:01:12 +0000
commit4a5044c558d52f024f446e9985cf42620785e384 (patch)
tree18969748355d2098b2c2e311ac837524f17f501c /nixos/doc
parentd8a20a1d4d81e55a0663fc485f3314aebe25d6d5 (diff)
parent2ca7c1c8a6a7d58deadf6f6202fbe6ffb06eb521 (diff)
downloadnixlib-4a5044c558d52f024f446e9985cf42620785e384.tar
nixlib-4a5044c558d52f024f446e9985cf42620785e384.tar.gz
nixlib-4a5044c558d52f024f446e9985cf42620785e384.tar.bz2
nixlib-4a5044c558d52f024f446e9985cf42620785e384.tar.lz
nixlib-4a5044c558d52f024f446e9985cf42620785e384.tar.xz
nixlib-4a5044c558d52f024f446e9985cf42620785e384.tar.zst
nixlib-4a5044c558d52f024f446e9985cf42620785e384.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 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 493b837ed2eb..b84e9e48f9f1 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -351,6 +351,8 @@
 
 - `mkDerivation` now rejects MD5 hashes.
 
+- The `junicode` font package has been updated to [major version 2](https://github.com/psb1558/Junicode-font/releases/tag/v2.001), which is now a font family. In particular, plain `Junicode.ttf` no longer exists. In addition, TrueType font files are now placed in `font/truetype` instead of `font/junicode-ttf`; this change does not affect use via `fonts.packages` NixOS option.
+
 ## 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.