@@ -12,11 +12,32 @@ Tags:
12
12
# 2.3.0 (Unreleased)
13
13
14
14
### Added
15
- - Source code rendering (@Julow , @panglesd , #909 )
15
+ - Source code rendering (@Julow , @panglesd , @ jonludlam #909 , # 996 , # 993 , # 982 )
16
16
- Handle tables markup (@panglesd , @gpetiot , #893 )
17
+ - Initial support for assets (@trefis , #975 )
18
+ - odoc-parser remerged (@jonludlam , #973 )
19
+ This includes table support (@gpetiot , @panglesd , ocaml-doc/odoc-parser #11
20
+ ocaml-doc/odoc-parser #14 ) and delimited code blocks with optional output
21
+ (@jonludlam , ocaml-doc/odoc-parser #17 )
22
+ - Add a tooltip to references with text (@Julow , #945 )
23
+ - Add emoji to alerts in CSS (@yawaramin , #928 )
17
24
18
25
### Fixed
19
26
- Fix ` --hidden ` not always taken into account (@panglesd , #940 )
27
+ - Span labels in function arguments (@panglesd , #990 )
28
+ - Ensure generated html ends with a newline (@3Rafal , #954 )
29
+ - Warn against tags in pages (@Julow , #948 )
30
+ - Remove unhelpful 'Unresolved_apply' errors (@gpetiot , #946 )
31
+ - Allow links and references in headings (@EmileTrotignon , #942 )
32
+ - Fix rendering of method types (@zoggy , #935 )
33
+ - Fix section labelling with submodules (@EmileTrotignon , #931 )
34
+ - LaTeX backend fixes (@Octachron , #921 #920 )
35
+
36
+
37
+ # 2.2.1
38
+
39
+ ### Added
40
+ - OCaml 5.1.0 compatibility (@Octachron , #956 )
20
41
21
42
# 2.2.0
22
43
0 commit comments