Add a changes file for 9108.

This commit is contained in:
Nick Mathewson 2013-08-15 15:51:56 -04:00
parent a3ffa1f76e
commit ca6949ebea

3
changes/ticket9108 Normal file
View File

@ -0,0 +1,3 @@
o Code simplification and refactoring:
- Use a doubly-linked list to implement the global circuit list.
Fix for ticket 9108. Patch from Marek Majkowski.