From 209d84c9baa1312c0faca189dbbde6d90593e899 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 8 Apr 2020 10:57:11 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e696588..1c852bbbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ Coq development, but not every API-breaking change is listed. Changes marked * In the axiomatization of ectx languages we replace the axiom of positivity of context composition with an axiom that says if `fill K e` takes a head step, then either `K` is the empty evaluation context or `e` is a value. +* Added a library for "invariant locations": heap locations that will not be + deallocated (i.e., they are GC-managed) and satisfy some pure, Coq-level + invariant. See `iris.base_logic.lib.gen_inv_heap` for details. **Changes in Coq:** -- GitLab