aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket302935
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket30293 b/changes/ticket30293
new file mode 100644
index 0000000000..c74b6cd346
--- /dev/null
+++ b/changes/ticket30293
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring:
+ - Start move responsibility for knowing about periodic events to the
+ appropriate subsystems, so that the mainloop doesn't need to know all
+ the periodic events in the rest of the codebase. Implements tickets
+ 30293 and 30294.