We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3742dc commit a9b2bc0Copy full SHA for a9b2bc0
1 file changed
CHANGELOG.md
@@ -110,6 +110,15 @@ on the documentation site. The contracts are functional but
110
provisional and may evolve in subsequent releases; symbols outside
111
these blocks aim for source stability.
112
113
+### Verification
114
+
115
+Built and ran the full test suite (1659 tests, 7690 assertions, 0
116
+failures) under both AddressSanitizer and UndefinedBehaviorSanitizer.
117
+Built representative mino-examples binaries (`cookbook/iterate`,
118
+`cookbook/build_collections`, `cookbook/error_handling`,
119
+`cpp_embed_test`, `api_stress_test`) under ASan and ran each end to
120
+end — clean.
121
122
## v0.150.0 — Stabilization Cycle: Realloc Safety, Checked-Size Arithmetic, And Embed-Test Tagging Fixes
123
124
Stabilization cycle landing the verified-real findings from a
0 commit comments