Changes file for dirreq refactoring branch

This commit is contained in:
Nick Mathewson 2017-04-24 12:15:25 -04:00
parent 91553417c7
commit 0f6420e53a

6
changes/ticket21646 Normal file
View File

@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Our API to launch directory requests has been greatly simplified
to become more extensible and less error-prone. We'll be using
this to improve support for adding extra headers to directory
requests. Closes ticket 21646.