summaryrefslogtreecommitdiff
path: root/changes/ticket18873
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket18873')
-rw-r--r--changes/ticket1887310
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/ticket18873 b/changes/ticket18873
new file mode 100644
index 0000000000..11a867d393
--- /dev/null
+++ b/changes/ticket18873
@@ -0,0 +1,10 @@
+ o Code simplification and refactoring:
+ - Refactor circuit_predict_and_launch_new for readability and
+ testability. Closes ticket 18873.
+ - Extract magic numbers in circuituse.c into defined variables.
+ - Refactor circuit_is_available_for_use to remove unnecessary check.
+
+ o Minor features (unit tests):
+ - Extract dummy_origin_circuit_new so it can be used by other test
+ functions.
+ - Add unit tests circuit_predict_and_launch_new.