|
10 | 10 | - Add clock emoji before `@since` tag (@yawaramin, #1089)
|
11 | 11 | - Navigation for the search bar : use '/' to enter search, up and down arrows to
|
12 | 12 | select a result, and enter to follow the selected link. (@EmileTrotignon, #1088)
|
13 |
| -- OCaml 5.2.0 compatibility (@Octachron, #1094, #1112) |
14 | 13 | - New driver package (@jonludlam, #1121)
|
15 | 14 | - Fix a big gap between the preamble and the content of a page (@EmileTrotignon, #1147)
|
16 | 15 | - Path-references to hierarchical pages and modules (@Julow, #1142, #1150, #1151, #1164)
|
|
50 | 49 | - `Odoc_html_frontend` does not use tyxml, for smaller javascript sizes.
|
51 | 50 | (@EmileTrotignon, #1072)
|
52 | 51 | - Overhaul of module-type-of expansions and shadowing code (@jonludlam, #1081)
|
53 |
| -- Allow `][` in code blocks (@Julow, #1149) |
54 |
| - This was interpreted as "code blocks with result", which now mandate a delimiter: |
55 |
| - `{delim@lang[ code ]delim[ result ]}` |
56 | 52 | - Output file paths and labels in the man and latex backends changed to avoid name clashes
|
57 | 53 | (@Julow, #1191)
|
58 | 54 | - Change the scoping and placement rules for tags. Fixed #1138. (@panglesd, #1239)
|
59 | 55 |
|
60 | 56 | ### Fixed
|
61 | 57 |
|
62 |
| -- Revert to outputing a file (without content) when rendering a hidden |
63 |
| - compilation unit. This fixes cases where the dune rules would |
64 |
| - fail. (@panglesd, #1069) |
65 |
| -- Fix issues #1066 and #1095 with extended opens (@jonludlam, #1082, #1100) |
66 |
| -- Fix missing katex headers (@panglesd, #1096) |
67 | 58 | - Fix resolution of module synopses in {!modules} lists that require
|
68 | 59 | --open (@jonludlam, #1104}
|
69 | 60 | - Fix top comment not being taken from includes often enough (@panglesd, #1117)
|
|
73 | 64 | - Fix wrong links to standalone comments in search results (#1118, @panglesd)
|
74 | 65 | - Remove duplicated or unwanted comments (@Julow, #1133)
|
75 | 66 | This could happen with inline includes.
|
| 67 | +- Fix bug where source rendering would cause odoc to fail completely if it |
| 68 | + encounters invalid syntax (@jonludlam #1208) |
| 69 | + |
| 70 | +# 2.4.4 |
| 71 | + |
| 72 | +### Added |
| 73 | + |
| 74 | +- OCaml 5.3.0 compatibility (@Julow, #1202, #1254) |
| 75 | + |
| 76 | +# 2.4.3 |
| 77 | + |
| 78 | +### Fixed |
| 79 | + |
| 80 | +- Fix missing katex headers (@panglesd, #1096) |
| 81 | +- Allow `][` in code blocks, fixing issue #1137 (@Julow, #1149) |
| 82 | + This was interpreted as "code blocks with result", which now mandates a |
| 83 | + delimiter: `{delim@lang[ code ]delim[ result ]}` |
76 | 84 | - Fix misprinting of type variables from ml files for OCaml 4.14 and later
|
77 | 85 | (multiple occurences of the same type variable could be named differently)
|
78 | 86 | (@octachron, #1173)
|
79 |
| -- Fix bug where source rendering would cause odoc to fail completely if it |
80 |
| - encounters invalid syntax (@jonludlam #1208) |
81 | 87 |
|
| 88 | +# 2.4.2 |
| 89 | + |
| 90 | +### Added |
| 91 | + |
| 92 | +- OCaml 5.2.0 compatibility (@Octachron, #1094, #1112) |
| 93 | + |
| 94 | +### Fixed |
| 95 | + |
| 96 | +- Fix issues #1066 and #1095 with extended opens (@jonludlam, #1082, #1100) |
| 97 | + |
| 98 | +# 2.4.1 |
| 99 | + |
| 100 | +### Fixed |
| 101 | + |
| 102 | +- Revert to outputing a file (without content) when rendering a hidden |
| 103 | + compilation unit. This fixes cases where the dune rules would |
| 104 | + fail. (@panglesd, #1069) |
82 | 105 |
|
83 | 106 | # 2.4.0
|
84 | 107 |
|
|
0 commit comments