summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 94433df31c..2742ca6e49 100644
--- a/Changes
+++ b/Changes
@@ -204,6 +204,13 @@ Working version
* MPR#7352,PR#7353: ocamldoc, better paragraphs in html output
(Florian Angeletti, request by Daniel Bünzli)
+
+* MPR#7478, GPR#1037: ocamldoc, do not use as a module preamble documentation
+ comments that occur after the first module element. This change may break
+ existing documenation. In particular, module preambles must now come before
+ any `open` statement.
+ (Florian Angeletti, review by David Allsopp and report by Daniel Bünzli)
+
- MPR#7521, GPR#1159: ocamldoc, end generated latex file with a new line
(Florian Angeletti)