Merge pull request #142703 from schmittlauch/cawbird-rl-21-11

release-notes: Include note on Cawbird API key change

authored by Sandro and committed by GitHub 0920efc9 dc0769c6

+12
+10
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
··· 1613 1613 </listitem> 1614 1614 </itemizedlist> 1615 1615 </listitem> 1616 + <listitem> 1617 + <para> 1618 + The <literal>cawbird</literal> Twitter client now uses its own 1619 + API keys to count as different application than upstream 1620 + builds. This is done to evade application-level rate limiting. 1621 + While existing accounts continue to work, users may want to 1622 + remove and re-register their account in the client to enjoy a 1623 + better user experience and benefit from this change. 1624 + </para> 1625 + </listitem> 1616 1626 </itemizedlist> 1617 1627 </section> 1618 1628 </section>
+2
nixos/doc/manual/release-notes/rl-2111.section.md
··· 462 462 - `virtualisation.libvirtd.qemu*` options (e.g.: `virtualisation.libvirtd.qemuRunAsRoot`) were moved to [`virtualisation.libvirtd.qemu`](options.html#opt-virtualisation.libvirtd.qemu) submodule, 463 463 - software TPM1/TPM2 support (e.g.: Windows 11 guests) ([`virtualisation.libvirtd.qemu.swtpm`](options.html#opt-virtualisation.libvirtd.qemu.swtpm)), 464 464 - custom OVMF package (e.g.: `pkgs.OVMFFull` with HTTP, CSM and Secure Boot support) ([`virtualisation.libvirtd.qemu.ovmf.package`](options.html#opt-virtualisation.libvirtd.qemu.ovmf.package)). 465 + 466 + - The `cawbird` Twitter client now uses its own API keys to count as different application than upstream builds. This is done to evade application-level rate limiting. While existing accounts continue to work, users may want to remove and re-register their account in the client to enjoy a better user experience and benefit from this change.