diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index 05daca1d710c..68d98ffad5e9 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -176,6 +176,30 @@
with mkfs.xfs -m reflink=0.
+
+
+ The uWSGI server is now built with POSIX capabilities. As a consequence,
+ root is no longer required in emperor mode and the service defaults to
+ running as the unprivileged uwsgi user. Any additional
+ capability can be added via the new option
+ .
+ The previous behaviour can be restored by setting:
+
+ = "root";
+ = "root";
+ =
+ {
+ uid = "uwsgi";
+ gid = "uwsgi";
+ };
+
+
+
+ Another incompatibility from the previous release is that vassals running under a
+ different user or group need to use immediate-{uid,gid}
+ instead of the usual uid,gid options.
+
+
btc1 has been abandoned upstream, and removed.