From 45bd0293e829975a5c35186753c1e550d6f3e93c Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Fri, 18 Jun 2021 12:20:39 +0200 Subject: [PATCH] CHANGELOG. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a7838a..a28b5914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,6 +95,8 @@ API-breaking change is listed. `bsteps_rtc` → `rtc_bsteps_2`. - Add lemmas that relate `rtc`, `tc`, `nsteps`, and `bsteps` to path representations as lists. +- Remove explicit equality from cross split lemmas so that they become easier + to use in forward-style proofs. The following `sed` script should perform most of the renaming (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`): -- GitLab