summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2026-01-30 11:34:11 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2026-01-30 11:34:11 +0100
commited55f933c9cbe0c680284ec6660a6db06ec00628 (patch)
treee4269b96d7a9794656f2bc14998fa679c9893d18 /doc
parentgnunet-gtk: mark as broken (diff)
downloadnixpkgs-ed55f933c9cbe0c680284ec6660a6db06ec00628.tar.gz
taler-exchange: add release note
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/rl-2605.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes/rl-2605.section.md b/doc/release-notes/rl-2605.section.md
index 6c126a48f7d3..7eaa98acb54a 100644
--- a/doc/release-notes/rl-2605.section.md
+++ b/doc/release-notes/rl-2605.section.md
@@ -148,6 +148,10 @@
- Switch inhibitors were introduced, which add a pre-switch check that compares a list of strings between the previous and the new generation, and refuses to switch into the new generation when there is a difference between the two lists. This allows to avoid switching into a system when for instance the systemd version changed by adding `config.systemd.package.version` to the switch inhibitors for your system. You can still forcefully switch into any generation by setting `NIXOS_NO_CHECK=1`.
+- GNU Taler has been updated to version 1.3.
+ This release focuses on getting everything ready for a deployment of GNU Taler by Magnet bank.
+ For more details, see the [upstream release notes](https://www.taler.net/en/news/2025-13.html).
+
- The `services.nextcloud-spreed-signaling` NixOS module has been added to facilitate declarative management of a standalone Spreed signaling server ("High Performance Backend" for Nextcloud Talk).
- `fetchPnpmDeps` and `pnpmConfigHook` were added as top-level attributes, replacing the now deprecated `pnpm.fetchDeps` and `pnpm.configHook` attributes.