diff --git a/changes/ticket23643 b/changes/ticket23643 new file mode 100644 index 0000000000..b2edbef914 --- /dev/null +++ b/changes/ticket23643 @@ -0,0 +1,6 @@ + o Minor features (compilation, testing): + - Tor builds should now fail if there are any mismatches between the C + type representing a configuration variable and the C type the + data-driven parser uses to store a value there. Previously, we needed + to check these by hand, which sometimes led to mistakes. Closes ticket + 23643.