changes file for libevent isolation work

This commit is contained in:
Nick Mathewson 2017-10-03 13:02:59 -04:00
parent 245fdf8ca0
commit 421c2310a8
1 changed files with 5 additions and 0 deletions

5
changes/isolate_libevent Normal file
View File

@ -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.