aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTej Chajed2017-09-06 09:13:42 -0400
committerThéo Zimmermann2017-10-02 17:30:00 +0200
commit8bf34547d21d417140b726fab5fdbf8625c5be95 (patch)
treed49fdf9db0b284b4bf4f01b9d816d6e39dd4679f
parentb9740771e8113cb9e607793887be7a12587d0326 (diff)
Mention requiring extraction/funind in CHANGES
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ca5172d7b7..fdf0c9d6be 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