diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-07-16 16:54:42 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-07-16 16:54:42 +0200 |
commit | 0ef5d4d633dc40ad12eaf65608325d1e5045b812 (patch) | |
tree | 7d33eb0bde7b887a18385b2895f0b0d38696338a /changes/bug12202 | |
parent | 5690284559af012c279e9b989497ccc2e03cfc70 (diff) | |
download | tor-0ef5d4d633dc40ad12eaf65608325d1e5045b812.tar.gz tor-0ef5d4d633dc40ad12eaf65608325d1e5045b812.zip |
Add a changes file for bug12202
Diffstat (limited to 'changes/bug12202')
-rw-r--r-- | changes/bug12202 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug12202 b/changes/bug12202 new file mode 100644 index 0000000000..566d37efda --- /dev/null +++ b/changes/bug12202 @@ -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. |