diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f521a0cf506aff8a227cd04b9de4ed0f9423fe..66168184bcb9af148af4270091bc74ecfc9498f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ Coq 8.11 is no longer supported in this version of Iris. [Coq bug #14441](https://github.com/coq/coq/issues/14441) is fixed. * Add `max_prefix_list` RA on lists whose composition is only defined when one operand is a prefix of the other. The result is the longer list. +* Add `NonExpansive` instances for `curry` and friends. **Changes in `bi`:**