Skip to content

Commit 9674254

Browse files
committed
Update CHANGES.md, add mdx, bos to opam test deps
1 parent 8816728 commit 9674254

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2.0.0
2+
-----
3+
Breaking changes
4+
- Remove odoc-parser into a separate repository (@jonludlam, #700)
5+
6+
Additions
7+
- OCaml 4.13 support (@octachron, #687, #689)
8+
- Better errors/warnings (@Julow, #692, #717, #720, #732)
9+
- ModuleType 'Alias' support (@jonludlam, #703)
10+
- Improved test suite (@lubega-simon, #697)
11+
- Improved documentation (@lubega-simon, @jonludlam, #702, #733)
12+
- Strengthen module types (@jonludlam, #731)
13+
14+
Bugs fixed
15+
- `uwt` now can be documented (@jonludlam, #708)
16+
- Fix resolution involving deeply nested substitutions (@jonludlam, #727)
17+
- Fix off-by-one error in error reporting (@asavahista, #736)
18+
19+
120
2.0.0~beta4
221
-----------
322

@@ -7,7 +26,7 @@ Additions
726
- New odoc command to report warnings encountered during compilation/linking (@Julow, #667)
827
- Anchors on type extensions (@Julow, #684)
928

10-
Bugs fixes
29+
Bugs fixed
1130
- Resolve references in module synopses (@Julow, #658)
1231
- Fix reference resolution in the presence of shadowing (@Julow, #682)
1332

odoc.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ depends: [
4949

5050
"bisect_ppx" {with-test & = "2.5.0"}
5151
"ppx_expect" {with-test}
52+
("ocaml" {< "4.03.0" & with-test} | "mdx" {with-test})
53+
"bos" {with-test}
5254
]
5355

5456
build: [

0 commit comments

Comments
 (0)