Changes file for periodic event movement

This commit is contained in:
Nick Mathewson
2019-04-25 15:12:10 -04:00
parent b5a62b1ef5
commit 7e03500eef
+5
View File
@@ -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.