From 954f278034c8f95cbc889d1e74230979cde4f70d Mon Sep 17 00:00:00 2001 From: Lasse Blaauwbroek Date: Thu, 22 Oct 2020 18:47:23 +0200 Subject: Change Dumpglob.pause and Dumpglob.continue into push and pop Co-authored-by: Gaƫtan Gilbert --- dev/doc/changes.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dev/doc') diff --git a/dev/doc/changes.md b/dev/doc/changes.md index 6a6318f97a..5adeafaa38 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -30,6 +30,13 @@ Generic arguments: - Generic arguments: `wit_var` is deprecated, use `wit_hyp`. +Dumpglob: + +- The function `Dumpglob.pause` and `Dumpglob.continue` are replaced + by `Dumpglob.push_output` and `Dumpglob.pop_output`. This allows + plugins to temporarily change/pause the output of Dumpglob, and then + restore it to the original setting. + ## Changes between Coq 8.11 and Coq 8.12 ### Code formatting -- cgit v1.2.3