diff options
Diffstat (limited to 'changes/bug6538')
-rw-r--r-- | changes/bug6538 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6538 b/changes/bug6538 new file mode 100644 index 000000000..1e882eb1c --- /dev/null +++ b/changes/bug6538 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Switch weighted node selection rule from using a list of doubles + to using a list of int64_t. This should make the process slightly + easier to debug and maintain. Needed for fix for bug 6538. |