aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket26510
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket26510')
-rw-r--r--changes/ticket265104
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket26510 b/changes/ticket26510
new file mode 100644
index 0000000000..f00457964d
--- /dev/null
+++ b/changes/ticket26510
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Unify our bloom filter logic. Previously we had two copies of this
+ code: one for routerlist filtering, and one for address set
+ calculations. Closes ticket 26510.