Add changes file

This commit is contained in:
rl1987 2018-06-22 16:48:57 +03:00
parent 042d22c8d1
commit e9f6f742b2

6
changes/ticket21349 Normal file
View File

@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Split sampled_guards_update_from_consensus() and
select_entry_guard_for_circuit() into subfunctions.
In entry_guards_update_primary() unite
three smartlist enumerations into one and move smartlist
comparison code out of the function. Closes ticket 21349.