diff --git a/CHANGELOG.md b/CHANGELOG.md index 66abeb752edc9cf03fdbc226679cd5a217d28713..6e222c2a075bb9e1f00297d092fd91e05f8f9674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,10 @@ Changes in heap_lang: * heap_lang now has support for allocating, accessing and reasoning about arrays (continuously allocated regions of memory). * One can now assign "meta" data to heap_lang locations. +* For comparison operation (the binary operator and CAS), all closures are + "normalized" to the same. This makes all closures indistinguishable from each + other while remaining unqueal to anything else. We also use the same + "normalization" to make sure all prophecy variables seem equal to `()`. Changes in Coq: