Skip to content

Commit 8f6beac

Browse files
Julowjonludlam
authored andcommitted
Backport changelog from the 2.4 branch
Releases on the 2.4 were not reflected in the changelog.
1 parent 826ecb8 commit 8f6beac

File tree

1 file changed

+34
-11
lines changed

1 file changed

+34
-11
lines changed

CHANGES.md

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
- Add clock emoji before `@since` tag (@yawaramin, #1089)
1111
- Navigation for the search bar : use '/' to enter search, up and down arrows to
1212
select a result, and enter to follow the selected link. (@EmileTrotignon, #1088)
13-
- OCaml 5.2.0 compatibility (@Octachron, #1094, #1112)
1413
- New driver package (@jonludlam, #1121)
1514
- Fix a big gap between the preamble and the content of a page (@EmileTrotignon, #1147)
1615
- Path-references to hierarchical pages and modules (@Julow, #1142, #1150, #1151, #1164)
@@ -50,20 +49,12 @@
5049
- `Odoc_html_frontend` does not use tyxml, for smaller javascript sizes.
5150
(@EmileTrotignon, #1072)
5251
- 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 ]}`
5652
- Output file paths and labels in the man and latex backends changed to avoid name clashes
5753
(@Julow, #1191)
5854
- Change the scoping and placement rules for tags. Fixed #1138. (@panglesd, #1239)
5955

6056
### Fixed
6157

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)
6758
- Fix resolution of module synopses in {!modules} lists that require
6859
--open (@jonludlam, #1104}
6960
- Fix top comment not being taken from includes often enough (@panglesd, #1117)
@@ -73,12 +64,44 @@
7364
- Fix wrong links to standalone comments in search results (#1118, @panglesd)
7465
- Remove duplicated or unwanted comments (@Julow, #1133)
7566
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 ]}`
7684
- Fix misprinting of type variables from ml files for OCaml 4.14 and later
7785
(multiple occurences of the same type variable could be named differently)
7886
(@octachron, #1173)
79-
- Fix bug where source rendering would cause odoc to fail completely if it
80-
encounters invalid syntax (@jonludlam #1208)
8187

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)
82105

83106
# 2.4.0
84107

0 commit comments

Comments
 (0)