aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-07-21 14:22:12 +0200
committerPierre-Marie Pédrot2014-07-21 14:22:12 +0200
commit2e9e6e8c694cb2bfec9c2fb58053cd270f135796 (patch)
tree8d49f92bc896c9ce94753ce80b8e909c8e5756e3
parent2aa92f2da205db588734007f5d68cd1031bb83b5 (diff)
Documenting the need of the "DECLARE PLUGIN" statement.
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6515d5d0f0..f5e83bdaed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -194,6 +194,12 @@ Internal Infrastructure
by option -vmbyteflags which expects a comma-separated argument.
* The -coqtoolsbyteflags option is discontinued, see -no-custom instead.
+Miscellaneous
+
+- ML plugins now require a "DECLARE PLUGIN \"foo\"" statement. The "foo" name
+ must be exactly the name of the ML module that will be loaded through a
+ "Declare ML \"foo\"" command.
+
Changes from V8.4beta2 to V8.4
==============================