aboutsummaryrefslogtreecommitdiff
path: root/changes/fancy_testing
diff options
context:
space:
mode:
Diffstat (limited to 'changes/fancy_testing')
-rw-r--r--changes/fancy_testing3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/fancy_testing b/changes/fancy_testing
index 4d971943b..3e8ccbca4 100644
--- a/changes/fancy_testing
+++ b/changes/fancy_testing
@@ -6,4 +6,7 @@
optimizing the production code, while enabling us to take more
radical measures to let the unit tests test things.
+ - The production builds no longer include functions used only
+ in the unit tests; all functions exposed from a module for
+ unit-testing only are now static in production builds.