diff options
| author | Pierre-Marie Pédrot | 2020-01-20 18:44:57 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-01-20 18:44:57 +0100 |
| commit | 961b48da77a28c2030180d0148de1e852ce7a37f (patch) | |
| tree | 877289f4d5b58b20578b27bb883835c9521b878c /doc | |
| parent | 26bf92e978eca1f405b302a2e02b1cadc4723b76 (diff) | |
| parent | a977992c9a268b122a710a37b3fa628f31f88e86 (diff) | |
Merge PR #11428: [mltop] Deprecate -load-ml options in anticipation of #11409
Reviewed-by: gares
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/07-commands-and-options/11428-mltop+depr_lowlevel_dynloads.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/11428-mltop+depr_lowlevel_dynloads.rst b/doc/changelog/07-commands-and-options/11428-mltop+depr_lowlevel_dynloads.rst new file mode 100644 index 0000000000..a43e950bff --- /dev/null +++ b/doc/changelog/07-commands-and-options/11428-mltop+depr_lowlevel_dynloads.rst @@ -0,0 +1,6 @@ +- **Deprecated:** + The `-load-ml-source` and `-load-ml-object` command line options + have been deprecated; their use was very limited, you can achieve the same adding + additional object files in the linking step or by using a plugin. + (`#11428 <https://github.com/coq/coq/pull/11428>`_, + by Emilio Jesus Gallego Arias). |
