aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorLasse Blaauwbroek2020-10-22 18:47:23 +0200
committerLasse Blaauwbroek2020-11-12 21:34:28 +0100
commit954f278034c8f95cbc889d1e74230979cde4f70d (patch)
tree3f743363ef916ec1118f4111b3f375f9d4570495 /dev/doc
parentb65e9e9b993930dc5e653a9a1210edcaadbd1537 (diff)
Change Dumpglob.pause and Dumpglob.continue into push and pop
Co-authored-by: Gaƫtan Gilbert <gaetan.gilbert@skyskimmer.net>
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/changes.md7
1 files changed, 7 insertions, 0 deletions
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