diff options
Diffstat (limited to 'changes/assert_nonfatal')
-rw-r--r-- | changes/assert_nonfatal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/assert_nonfatal b/changes/assert_nonfatal new file mode 100644 index 0000000000..0cbee4419b --- /dev/null +++ b/changes/assert_nonfatal @@ -0,0 +1,5 @@ + o Minor features (safety, debugging): + + * Add a set of macros to check nonfatal assertions, for internal + use. Migrating more of our checks to these should help us avoid + needless crash bugs. Closes ticket 18613. |