aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-03 15:40:04 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-03 15:40:04 +0200
commit2b9a34e2ffb2bf066b3b0f8452e35622519cae1c (patch)
tree620d7916f57e66c359a9932ed5c539a6ea400210
parent1d54d436c9a033d23582a8b359609fda4349adbf (diff)
parent8bf34547d21d417140b726fab5fdbf8625c5be95 (diff)
Merge PR #1110: Mention requiring extraction/funind in CHANGES
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ca5172d7b..fdf0c9d6b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -133,6 +133,13 @@ Plugins
- The mathematical proof language (also known as declarative mode) was removed.
- A new command Extraction TestCompile has been introduced, not meant
for the general user but instead for Coq's test-suite.
+- The extraction plugin is no longer loaded by default. It must be
+ explicitly loaded with [Require Extraction], which is backwards
+ compatible.
+- The functional induction plugin (which provides the [Function]
+ vernacular) is no longer loaded by default. It must be explicitly
+ loaded with [Require FunInd], which is backwards compatible.
+
Dependencies