diff options
Diffstat (limited to 'changes/assert_event_base')
-rw-r--r-- | changes/assert_event_base | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/assert_event_base b/changes/assert_event_base new file mode 100644 index 0000000000..b887795518 --- /dev/null +++ b/changes/assert_event_base @@ -0,0 +1,5 @@ + o Minor features (robustness): + - Exit immediately with an error message if the code attempts to + use libevent without having initialized it. This should resolve + some frequently-made mistakes in our unit tests. Closes ticket + 18241. |