Browse Source

Add a changes file for ticket 30686.

Nick Mathewson 6 years ago
parent
commit
5068ccab0b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/ticket30686

+ 5 - 0
changes/ticket30686

@@ -0,0 +1,5 @@
+  o Minor features (logging):
+    - Give a more useful assertion failure message if we think we have
+      minherit() but we fail to make a region non-inheritable. Give a
+      compile-time warning if our support for minherit() is
+      incomplete. Closes ticket 30686.