Skip to content

Commit

Permalink
Merge pull request #42 from talex5/release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
talex5 authored Apr 28, 2022
2 parents e386bd5 + 4c7d9fb commit 5655baa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.4.3 (28/04/2022)
-------------------

- Add `?opam_version` to `Dir_context.std_env` (@emillon #36).
It defaults to the version of opam libraries, but in some cases (e.g.
ocaml-ci) it is useful to inject a value that comes from an external
opam process.

- Sort `Reject` after `RealImpl` (@emillon #33).
This improves error messages by displaying Rejects first.

- Expose diagnostics rolemap in Solver (@NathanReb #31).
Allows library users to provide extra help on error.

- Cmdliner 1.1.0 compatibility (@dra27 #40)

- Fix compiler warnings from new fmt (@talex5 #32).

v0.4.2 (16/06/2021)
-------------------

Expand Down

0 comments on commit 5655baa

Please sign in to comment.