diff --git a/CHANGELOG.md b/CHANGELOG.md index d3277110e58796027eb3682babedcde453678de4..d10badce458550810d01b51979a7dbf457b491da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,7 @@ Coq development, but not every API-breaking change is listed. Changes marked `not_stuck_fill` → `not_stuck_fill_inv`. - Use the non-`_inv` names (that freed up) for the forwards directions: `reducible_fill`, `reducible_no_obs_fill`, `irreducible_fill_inv`. +* The tactic `iAssumption` also recognizes assumptions `⊢ P` in the Coq context. **Changes in heap_lang:**