aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket26064
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket26064')
-rw-r--r--changes/ticket260645
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket26064 b/changes/ticket26064
new file mode 100644
index 0000000000..6efb8a483c
--- /dev/null
+++ b/changes/ticket26064
@@ -0,0 +1,5 @@
+ o Minor features (accounting):
+ - When we become dormant, use a scheduled event to wake up at the right
+ time. Previously, we would use the per-second timer to check whether
+ to wake up, but we no longer have any per-second timers enabled when
+ the network is disabled. Closes ticket 26064.