From 2d2e0030e6773d161b98879e04751f8f79f40071 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 9 Jul 2018 13:05:05 +0200 Subject: [PATCH] Fix CHANGELOG.md markdown --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090c811a5..23cd9f4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,8 @@ Changes in Coq: `iNext` and `iAlways`. - General infrastructure for deriving a logic for monotone predicates over an existing logic (see the paper for more details). - Developments instantiating the proof mode typeclasses may need significant + + Developments instantiating the proof mode typeclasses may need significant changes. For developments just using the proof mode tactics, porting should not be too much effort. Notable things to port are: - All the BI laws moved from the `uPred` module to the `bi` module. For -- GitLab