Browse Source

changes file for libevent isolation work

Nick Mathewson 6 years ago
parent
commit
421c2310a8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/isolate_libevent

+ 5 - 0
changes/isolate_libevent

@@ -0,0 +1,5 @@
+  o Code simplification and refactoring:
+    - Initial work to isolate Libevent usage to a handful of modules in our
+      codebase, to simplify our call structure, and so that we can more
+      easily change event loops in the future if needed. Closes ticket
+      23750.