Add a changes file for bug12202

This commit is contained in:
Nick Mathewson 2014-07-16 16:54:42 +02:00
parent 5690284559
commit 0ef5d4d633

3
changes/bug12202 Normal file
View File

@ -0,0 +1,3 @@
o Code simplification and refactoring:
- Change the entry_is_live() function to take named bitfield elements
instead of an unnamed list of booleans. Closes ticket 12202.