changes file for my confparse typechecking fun

This commit is contained in:
Nick Mathewson
2017-09-25 11:55:51 -04:00
parent 49d2346b80
commit 8f0dffe329
+6
View File
@@ -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.