summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes11
1 files changed, 7 insertions, 4 deletions
diff --git a/Changes b/Changes
index 90e02254b5..bc0bf0cf70 100644
--- a/Changes
+++ b/Changes
@@ -188,6 +188,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)
@@ -706,10 +713,6 @@ OCaml 4.05.0 (13 Jul 2017):
a short description in overviews.
(Florian Angeletti)
-- PR#7478, GPR#1037: ocamldoc, do not use as a module preamble documentation
- comments that occur after the first module element
- (Florian Angeletti, report by Daniel Bünzli)
-
- GPR#848: ocamldoc, escape link targets in HTML output
(Etienne Millon, review by Gabriel Scherer, Florian Angeletti and
Daniel Bünzli)