From 421c2310a804cf4341a42d9a20f425e3d59ac013 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 3 Oct 2017 13:02:59 -0400 Subject: [PATCH] changes file for libevent isolation work --- changes/isolate_libevent | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/isolate_libevent diff --git a/changes/isolate_libevent b/changes/isolate_libevent new file mode 100644 index 000000000..852e533fd --- /dev/null +++ b/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.