aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-04-15 11:16:05 +0200
committerPierre-Marie Pédrot2015-05-14 12:28:17 +0200
commit81eb133d64ac81cbf6962d624b20c1aa55c2baae (patch)
treed3e21aadfe30b89a6993d9ef9c9737630f88205f /CHANGES
parent4ad6855504db2ce15a474bd646e19151aa8142e2 (diff)
Adding an option -w to control Coq warning output.
For now, warnings are still ignored by default, but this may change. This commit at least allows to print them whenever desired. The -w syntax is also opened to future additions to further control the display of warnings.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 080b460a86..d2890f7402 100644
--- a/CHANGES
+++ b/CHANGES
@@ -35,6 +35,10 @@ API
All uses of unsafe_* functions should be eventually eliminated.
+Tools
+
+- Added an option -w to control the output of coqtop warnings.
+
Changes from V8.5beta1 to V8.5beta2
===================================